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; }
<DataMemberAttribute(Name := "replacedLicenseIds", EmitDefaultValue := false)>
Public ReadOnly Property ReplacedLicenseIds As IList(Of Long)
Get
public:
[DataMemberAttribute(Name = L"replacedLicenseIds", EmitDefaultValue = false)]
property IList<long long>^ ReplacedLicenseIds {
IList<long long>^ get ();
}
[<DataMemberAttribute(Name = "replacedLicenseIds", EmitDefaultValue = false)>]
member ReplacedLicenseIds : IList<int64> with get
Property Value
Type:
IListInt64Remarks
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