AppSettingCollectionItem Property (Guid)

Gets the setting associated with the specified ID.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public AppSetting this[
	Guid settingId
] { get; }

Parameters

settingId
Type: SystemGuid
The setting ID.

Return Value

Type: AppSetting
The setting associated with the specified ID.
Exceptions
ExceptionCondition
KeyNotFoundExceptionThe setting was not found.
See Also