ParseObjectSetPropertyT Method Parse
Sets 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

protected void SetProperty<T>(
	T value,
	string propertyName = null
)

Parameters

value
Type: T
The new value.
propertyName (Optional)
Type: SystemString
The name of the property.

Type Parameters

T
The type for the property.
See Also

Reference