AppSettingCollectionContains Method (Guid) | 
 
            Determines whether a setting with the specified ID has been registered.
            
 
    Namespace: 
   Dundas.BI.Configuration
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.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
 - Type: SystemGuid
The setting ID. 
Return Value
Type: 
Boolean if the setting has been registered; otherwise, 
.
See Also