Open this page in the API Guide

Engine.ServerGroupId Property

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

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

Property Value

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