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)
Syntaxpublic long? BaseLicenseId { get; }
Public ReadOnly Property BaseLicenseId As Long?
Get
public:
virtual property Nullable<long long> BaseLicenseId {
Nullable<long long> get () sealed;
}
abstract BaseLicenseId : Nullable<int64> with get
override BaseLicenseId : Nullable<int64> with 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