Click or drag to resize
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.19.0)
Syntax
public bool ContainsKey(
	Guid key
)

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