Click or drag to resize

BCServiceProvider.ContainsKey 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.96.0)
Syntax
public bool ContainsKey(
	Guid key
)

Parameters

key
Type: System.Guid
The key to locate in the context.

Return Value

Type: Boolean
true if the context contains an element with the specified key; otherwise, false.
See Also