ParseFieldNameAttribute Constructor Parse
Constructs a new ParseFieldName attribute.

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

public ParseFieldNameAttribute(
	string fieldName
)

Parameters

fieldName
Type: SystemString
The name of the field on the ParseObject that the property represents.
See Also

Reference