ILicenseBaseLicenseId 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.3.0.1000)
Syntax long? BaseLicenseId { get; }
ReadOnly Property BaseLicenseId As Long?
Get
property Nullable<long long> BaseLicenseId {
Nullable<long long> get ();
}
abstract BaseLicenseId : Nullable<int64> with get
Property Value
Type:
NullableInt64
If the license represented by this instance depends on another license being installed,
the ID of that license; otherwise,
.
See Also