  | IGlobalCacheItem Property  | 
 
            Retrieve the current value for a given key.
            
 
    Namespace: 
   Mavidian.DataConveyer.Orchestrators
    Assembly:
   DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
SyntaxObject this[
	string key
] { get; }ReadOnly Default Property Item ( 
	key As String
) As Object
	Get
Parameters
- key
 - Type: SystemString
Key of the value to retrieve. 
Return Value
Type: 
ObjectCurrent value for a given key.
Exceptions
See Also