QueryContextDataId Property |
Gets or sets the ID.
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 = "id", EmitDefaultValue = false)]
public Guid? Id { get; set; }
<DataMemberAttribute(Name := "id", EmitDefaultValue := false)>
Public Property Id As Guid?
Get
Set
public:
[DataMemberAttribute(Name = L"id", EmitDefaultValue = false)]
property Nullable<Guid> Id {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
[<DataMemberAttribute(Name = "id", EmitDefaultValue = false)>]
member Id : Nullable<Guid> with get, set
Property Value
Type:
NullableGuidThe ID of this context.
See Also