BCCollectionBaseItem Property (String) | 
 
            Gets the element identified with the 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 Object this[
	string key
] { get; }Public ReadOnly Default Property Item ( 
	key As String
) As Object
	Get
Parameters
- key
 - Type: SystemString
            The ID property value, 
            or the Name property value, 
            or the DisplayName property value of the element to get.
             
Return Value
Type: 
Object
            The element with the specified key.
            If the specified key is not found, the 
KeyNotFoundException is thrown. 
            
Exceptions| Exception | Condition | 
|---|
| KeyNotFoundException | 
            When an element with the specified key is not present in the collection.
             | 
See Also