ParseObjectItem Property Parse
Gets or sets a value on the object. It is recommended to name keys in partialCamelCaseLikeThis.

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

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

Parameters

key
Type: SystemString
The key for the object. Keys must be alphanumeric plus underscore and start with a letter.

Return Value

Type: Object
The value for the key.
Exceptions

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

Reference