ParseConfigItem Property Parse
Gets a value on the config.

Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax

public virtual Object this[
	string key
] { get; }

Parameters

key
Type: SystemString
The key for the parameter.

Return Value

Type: Object
The value for the key.
Exceptions

ExceptionCondition
KeyNotFoundExceptionThe property is retrieved and key is not found.
See Also

Reference