Open this page in the API Guide

IAppConfigService.KnownGroupIds Property

Gets the IDs of all server groups which have settings.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
IEnumerable<long> KnownGroupIds { get; }

Property Value

Type: IEnumerable<Int64>
The known group IDs.
See Also