BCServiceProviderContainsKey Method  | 
 
            Determines whether the context contains the specified key. 
            
 
    Namespace: 
   BlueCieloECM.InnoCielo.Meridian.Client
    Assembly:
   BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntaxpublic bool ContainsKey(
	Guid key
)
Public Function ContainsKey ( 
	key As Guid
) As Boolean
Parameters
- key
 - Type: SystemGuid
The key to locate in the context. 
Return Value
Type: 
Boolean if the context contains an element with the specified key; otherwise, 
.
See Also