Gets a value for the key of a particular type.
The type to convert the value to. Supported types are
ParseObject and its descendents, Parse types such as ParseRelation and ParseGeopoint,
primitive types,IList<T>, IDictionary<string, T>, and strings.The key of the element to get.The property is
retrieved and key is not found.
Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax
Parameters
- key
- Type: SystemString
Type Parameters
- T
Return Value
Type: TSee Also