AppSettingCollectionItem(Guid, String) Property

Gets the setting associated with the specified name and module ID.

Namespace: Dundas.BI.Configuration
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public AppSetting this[
	Guid moduleId,
	string settingName
] { get; }

Parameters

moduleId  Guid
The module ID.
settingName  String
The setting name.

Return Value

AppSetting
The setting associated with the specified name and module ID.
Exceptions
ExceptionCondition
KeyNotFoundExceptionThe setting was not found.
See Also