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
Parameters
- key
- Type: SystemString
The key for the object. Keys must be alphanumeric plus underscore and start with a letter.
Return Value
Type: ObjectThe value for the key.
Exceptions
Exception | Condition |
---|---|
KeyNotFoundException | The property is retrieved and key is not found. |
See Also