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.111.0)
Syntax public bool Remove(
Guid key
)
Public Function Remove (
key As Guid
) As Boolean
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