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

Writes the property name of a name/value pair on a Json object.

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

Syntax

C#
public virtual void WritePropertyName(
	string name
)
Visual Basic (Declaration)
Public Overridable Sub WritePropertyName ( _
	name As String _
)
Visual C++
public:
virtual void WritePropertyName(
	String^ name
)

Parameters

name
Type: System..::.String
The name of the property.

See Also

JsonWriter Class
Facebook.Json Namespace