ParseClassNameAttribute Constructor Parse
Constructs a new ParseClassName attribute.

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

public ParseClassNameAttribute(
	string className
)

Parameters

className
Type: SystemString
The class name to associate with the ParseObject subclass.
See Also

Reference