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

Declaration Syntax
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: 3.0.0.0 (3.0.0.0)