LicenseBaseReplacedLicenseIds 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.2.0.1000)
Syntax
public IReadOnlyCollection<long> ReplacedLicenseIds { get; }

Property Value

Type: IReadOnlyCollectionInt64
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