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 (24.3.0.1000)
Syntax public 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:
IReadOnlyCollectionLicenseElementSee Also