Removes the value with the specified key from the context.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public bool Remove(
	Guid key
)
Visual Basic
Public Function Remove ( _
	key As Guid _
) As Boolean
Visual C++
public:
bool Remove(
	Guid key
)

Parameters

key
Type: System..::..Guid
The key of the element to remove.

Return Value

trueTruetruetrue (True in Visual Basic) if item is successfully removed; otherwise, falseFalsefalsefalse (False in Visual Basic). This method also returns falseFalsefalsefalse (False in Visual Basic) if item was not found in the context.

See Also