LicenseReleaseKind Property |
Gets the kind of the release that the license works with.
Namespace: Dundas.BI.LicensingAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic ReleaseKind ReleaseKind { get; }Public ReadOnly Property ReleaseKind As ReleaseKind
Get
public:
virtual property ReleaseKind ReleaseKind {
ReleaseKind get () sealed;
}abstract ReleaseKind : ReleaseKind with get
override ReleaseKind : ReleaseKind with get
Property Value
ReleaseKindThe kind of the release.
Implements
ILicenseReleaseKind
See Also