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; }

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