BCUserDBCollectionItem Property (String) | 
 
            Gets the element identified with specified key.
            
 
    Namespace: 
   BlueCieloECM.InnoCielo.Meridian.Server
    Assembly:
   BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntaxpublic BCUserDBObject this[
	string key
] { get; }Public ReadOnly Default Property Item ( 
	key As String
) As BCUserDBObject
	Get
Parameters
- key
 - Type: SystemString
            Either the user work list (if collection of BCUser objects) 
            or the name of group (if collection of BCUserGroup objects) to get.
             
Return Value
Type: 
BCUserDBObject
            The element with the specified key.
            
Exceptions| Exception | Condition | 
|---|
| KeyNotFoundException | 
            When an element with the specified key is not present in the collection.
             | 
See Also