ILicenseServiceAllLicenses Property  | 
 Gets all installed licenses.
 
    Namespace: 
   Dundas.BI.Licensing
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxIReadOnlyCollection<ILicense> AllLicenses { get; }ReadOnly Property AllLicenses As IReadOnlyCollection(Of ILicense)
	Get
property IReadOnlyCollection<ILicense^>^ AllLicenses {
	IReadOnlyCollection<ILicense^>^ get ();
}abstract AllLicenses : IReadOnlyCollection<ILicense> with get
Property Value
Type: 
IReadOnlyCollectionILicense
Exceptions
RemarksThis method returns all generation-1 licenses, along with the generation-2 license if a valid one exists.
See Also