Gets a relation for 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
protected ParseRelation<T> GetRelationProperty<T>( string propertyName = null ) where T : ParseObject
Parameters
- propertyName (Optional)
- Type: SystemString
The name of the property.
Type Parameters
- T
- The ParseObject subclass type of the ParseRelation.
Return Value
Type: ParseRelationTThe ParseRelation for the property.
See Also