  | IUntypedRecordItem 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
Syntaxstring this[
	string key
] { get; set; }Default Property Item ( 
	key As String
) As String
	Get
	Set
Parameters
- key
 - Type: SystemString
Key of the item 
Return Value
Type: 
StringA typed item value or null if item does not exists
See Also