ServerInfoDataServerGroupId Property

Gets the ID of the server group to which the server belongs.

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 = "serverGroupId", EmitDefaultValue = false)]
public long? ServerGroupId { get; set; }

Property Value

Type: NullableInt64
The ID of the server group, or if the server does not belong to a server group.
See Also