ServerGroupDataId Property |
Gets or sets the ID of the server group.
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 long? Id { get; set; }
<DataMemberAttribute(Name := "id", EmitDefaultValue := false)>
Public Property Id As Long?
Get
Set
public:
[DataMemberAttribute(Name = L"id", EmitDefaultValue = false)]
property Nullable<long long> Id {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
[<DataMemberAttribute(Name = "id", EmitDefaultValue = false)>]
member Id : Nullable<int64> with get, set
Property Value
Type:
NullableInt64See Also