Returns a long value held in the dictionary.
            
Namespace: Facilita.Fc.RuntimeAssembly: fc_clr (in fc_clr.dll) Version: 9.5.8.37
Syntax
Parameters
- key
- Type: System String
 The key to be looked up in the dictionary.
Return Value
A long value held in the dictionary.Exceptions
| Exception | Condition | 
|---|---|
| Facilita.Exception NoSuchValueException | The key does not exist in the dictionary. | 
See Also