  | IRecordBaseGetItem Method (String) | 
 
            Obtain an item for a specified key.
            
 
    Namespace: 
   Mavidian.DataConveyer.Entities.KeyVal
    Assembly:
   DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
SyntaxIItem GetItem(
	string key
)
Function GetItem ( 
	key As String
) As IItem
Parameters
- key
 - Type: SystemString
Key of an item to obtain. 
Return Value
Type: 
IItemThe item for a specified key or a void item if no such item exist.
See Also