Open this page in the API Guide

License.BaseLicenseId Property

Gets the ID of a license on which the license represented by this instance depends.

Namespace:  Dundas.BI.Licensing
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public long? BaseLicenseId { get; }

Property Value

Type: Nullable<Int64>
If the license represented by this instance depends on another license being installed, the ID of that license; otherwise, null.

Implements

ILicense.BaseLicenseId
See Also