Gets the value of a property based upon its associated ParseFieldName attribute.
Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax
Parameters
- propertyName (Optional)
- Type: SystemString
The name of the property.
Type Parameters
- T
- The return type of the property.
Return Value
Type: TThe value of the property.
See Also