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 (25.3.0.1000)
Syntaxpublic IReadOnlyCollection<long> ReplacedLicenseIds { get; }Public ReadOnly Property ReplacedLicenseIds As IReadOnlyCollection(Of Long)
	Get
public:
property IReadOnlyCollection<long long>^ ReplacedLicenseIds {
	IReadOnlyCollection<long long>^ get ();
}member ReplacedLicenseIds : IReadOnlyCollection<int64> with 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