ILicenseServiceAllLicenses Property

Gets all installed licenses.

Namespace:  Dundas.BI.Licensing
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
IReadOnlyCollection<ILicense> AllLicenses { get; }

Property Value

Type: IReadOnlyCollectionILicense
Exceptions
ExceptionCondition
NoPrivilegeExceptionThe caller does not have system administration privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
Remarks
This method returns all generation-1 licenses, along with the generation-2 license if a valid one exists.
See Also