  | IRecordItem Property (String) | 
 
            A value of an item for a specified key.
            (attempt to set a value of a non-existing item has no effect)
            
 
    Namespace: 
   Mavidian.DataConveyer.Entities.KeyVal
    Assembly:
   DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
SyntaxObject this[
	string key
] { get; set; }Default Property Item ( 
	key As String
) As Object
	Get
	Set
Parameters
- key
 - Type: SystemString
Key of the item 
Return Value
Type: 
ObjectA typed item value or null if item does not exists.
See Also