LicenseReleaseKind Property  | 
 Gets the kind of the release that the license works with.
 
    Namespace: 
   Dundas.BI.Licensing
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.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
Type: 
ReleaseKindThe kind of the release.
Implements
ILicenseReleaseKind
See Also