AppSettingCollectionContains(Guid) Method |
Determines whether a setting with the specified ID has been registered.
Namespace: Dundas.BI.ConfigurationAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic bool Contains(
Guid settingId
)
Public Function Contains (
settingId As Guid
) As Boolean
public:
bool Contains(
Guid settingId
)
member Contains :
settingId : Guid -> bool Parameters
- settingId Guid
- The setting ID.
Return Value
Boolean if the setting has been registered; otherwise,
.
See Also