Json.NET - Quick Starts & API Documentation
WritePropertyName Method (name)
NamespacesNewtonsoft.JsonJsonWriterWritePropertyName(String)
Writes the property name of a name/value pair on a Json object.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void WritePropertyName(
	string name
)
Public Overridable Sub WritePropertyName ( _
	name As String _
)
public:
virtual void WritePropertyName(
	String^ name
)
Parameters
name (String)
The name of the property.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.0.0.0 (3.0.0.0)