BCCollectionRemove Method  | 
 
            Removes an object with the specified key from the collection.
            
 
    Namespace: 
   BlueCieloECM.InnoCielo.Meridian.Server
    Assembly:
   BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntaxpublic void Remove(
	string key
)
Public Sub Remove ( 
	key As String
)
Parameters
- key
 - Type: SystemString
The key of an object to remove. 
See Also