You are here: Symbol Reference > Stimulsoft.Base.Json Namespace > JsonTextWriter Class > JsonTextWriter Methods > WritePropertyName Method > WritePropertyName Method (string, bool)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JsonTextWriter.WritePropertyName Method (string, bool)

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

Syntax
C++
C#
Visual Basic
public: void WritePropertyName( string name, bool escape );
Parameters
Parameters 
Description 
name 
The name of the property. 
escape 
A flag to indicate whether the text should be escaped when it is written as a JSON property name. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.