LicenseDataBaseLicenseId Property |
Gets the ID of a license on which the license represented by this instance depends.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "baseLicenseId", EmitDefaultValue = false)]
public long? BaseLicenseId { get; set; }
<DataMemberAttribute(Name := "baseLicenseId", EmitDefaultValue := false)>
Public Property BaseLicenseId As Long?
Get
Set
public:
[DataMemberAttribute(Name = L"baseLicenseId", EmitDefaultValue = false)]
property Nullable<long long> BaseLicenseId {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
[<DataMemberAttribute(Name = "baseLicenseId", EmitDefaultValue = false)>]
member BaseLicenseId : Nullable<int64> with get, set
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