[This is preliminary documentation and is subject to change.]

Initializes a new instance of the JsonPropertyAttribute class with the specified name.

Namespace:  Facebook.Json
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public JsonPropertyAttribute(
	string propertyName
)
Visual Basic (Declaration)
Public Sub New ( _
	propertyName As String _
)
Visual C++
public:
JsonPropertyAttribute(
	String^ propertyName
)

Parameters

propertyName
Type: System..::.String
Name of the property.

See Also

JsonPropertyAttribute Class
JsonPropertyAttribute Overload
Facebook.Json Namespace