AppSettingCollectionContains(Guid, String) Method

Determines whether a setting with the specified name and module ID has been registered.

Namespace: Dundas.BI.Configuration
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public bool Contains(
	Guid moduleId,
	string settingName
)

Parameters

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

Return Value

Boolean
if the setting has been registered; otherwise, .
See Also