IAppConfigServiceKnownGroupIds 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 (24.3.0.1000)
Syntax
IEnumerable<long> KnownGroupIds { get; }

Property Value

Type: IEnumerableInt64
The known group IDs.
See Also