Click or drag to resize
BCServiceProviderRemove Method
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: 4.0.0.0 (4.0.19.0)
Syntax
public bool Remove(
	Guid key
)

Parameters

key
Type: SystemGuid
The key of the element to remove.

Return Value

Type: Boolean
if item is successfully removed; otherwise, . This method also returns if item was not found in the context.
See Also