Method WritePropertyName
| Improve this Doc View SourceWritePropertyName(String)
Writes property name.
Declaration
public JsonWriter WritePropertyName(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name. |
Returns
Type | Description |
---|---|
JsonWriter | This JsonWriter for fluent coding. |