Gets the ID of the license.
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "id", EmitDefaultValue = false)]
public long Id { get; set; }<DataMemberAttribute(Name := "id", EmitDefaultValue := false)>
Public Property Id As Long
	Get
	Set
public:
[DataMemberAttribute(Name = L"id", EmitDefaultValue = false)]
property long long Id {
	long long get ();
	void set (long long value);
}[<DataMemberAttribute(Name = "id", EmitDefaultValue = false)>]
member Id : int64 with get, set
Property Value
Type: 
Int64The license ID.
See Also