Open this page in the API Guide

ServerInfo.ServerGroupId Property

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

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public long? ServerGroupId { get; }

Property Value

Type: Nullable<Int64>
The ID of the server group, or null if the server does not belong to a server group.
See Also