LicenseDataReplacedLicenseIds Property

Gets a collection containing IDs of any licenses which are replaced by this license.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "replacedLicenseIds", EmitDefaultValue = false)]
public IList<long> ReplacedLicenseIds { get; }

Property Value

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