ILicenseDescription Property  | 
 Gets the description of the license.
 
    Namespace: 
   Dundas.BI.Licensing
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxstring? Description { get; }ReadOnly Property Description As String
	Get
property String^ Description {
	String^ get ();
}abstract Description : string with get
Property Value
Type: 
StringThe description.
See Also