Gets a value on the config.
Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax
Parameters
- key
- Type: SystemString
The key for the parameter.
Return Value
Type: ObjectThe value for the key.
Exceptions
Exception | Condition |
---|---|
KeyNotFoundException | The property is retrieved and key is not found. |
See Also