License2Elements Property  | 
 Gets the collection of elements in the license.
 
    Namespace: 
   Dundas.BI.Licensing
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IReadOnlyCollection<LicenseElement> Elements { get; }Public ReadOnly Property Elements As IReadOnlyCollection(Of LicenseElement)
	Get
public:
property IReadOnlyCollection<LicenseElement^>^ Elements {
	IReadOnlyCollection<LicenseElement^>^ get ();
}member Elements : IReadOnlyCollection<LicenseElement> with get
Property Value
Type: 
IReadOnlyCollectionLicenseElement
See Also