AppSettingCollectionContains Method (Guid, String) |
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 (24.3.0.1000)
Syntax public bool Contains(
Guid moduleId,
string settingName
)
Public Function Contains (
moduleId As Guid,
settingName As String
) As Boolean
public:
bool Contains(
Guid moduleId,
String^ settingName
)
member Contains :
moduleId : Guid *
settingName : string -> bool
Parameters
- moduleId
- Type: SystemGuid
The module ID. - settingName
- Type: SystemString
The setting name.
Return Value
Type:
Boolean if the setting has been registered; otherwise,
.
See Also