[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.Linq
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

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

Parameters

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

See Also

JsonTokenWriter Class
Facebook.Json.Linq Namespace