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.41.0)
Syntaxpublic bool ContainsKey(
Guid key
)
Public Function ContainsKey (
key As Guid
) As Boolean
public:
bool ContainsKey(
Guid key
)
member ContainsKey :
key : Guid -> bool
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