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

Property Value

IEnumerableInt64
The known group IDs.
See Also