WritePropertyName Method (name)

Json.NET

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

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)