LicenseBaseLicenseId 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 (24.2.0.1000)
Syntax
public long? BaseLicenseId { get; }

Property Value

Type: NullableInt64
If the license represented by this instance depends on another license being installed, the ID of that license; otherwise, .

Implements

ILicenseBaseLicenseId
See Also