ILicenseBaseReplacedLicenseIds Property |
Gets a collection containing IDs of any licenses which are replaced by this license.
Namespace:
Dundas.BI.Licensing
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.4.0.1000)
SyntaxIEnumerable<long> ReplacedLicenseIds { get; }
ReadOnly Property ReplacedLicenseIds As IEnumerable(Of Long)
Get
property IEnumerable<long long>^ ReplacedLicenseIds {
IEnumerable<long long>^ get ();
}
abstract ReplacedLicenseIds : IEnumerable<int64> with get
Property Value
Type:
IEnumerableInt64
Remarks
A license is considered "replaced" if its ID appears in the
ReplacedLicenseIds collection of
one or more other licenses. Replaced licenses are loaded by the system, but their entitlements are not
counted towards the total.
See Also