WCF-Xtensions Class Reference for Mono
QuoteChar Property (JsonTextWriter)






Gets or sets which character to use to quote attribute values.
Syntax
'Declaration
 
Public Property QuoteChar As System.Char
'Usage
 
Dim instance As JsonTextWriter
Dim value As System.Char
 
instance.QuoteChar = value
 
value = instance.QuoteChar
public System.char QuoteChar {get; set;}
public read-write property QuoteChar: System.Char; 
public function get,set QuoteChar : System.char
public: __property System.char get_QuoteChar();
public: __property void set_QuoteChar( 
   System.char value
);
public:
property System.char QuoteChar {
   System.char get();
   void set (    System.char value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JsonTextWriter Class
JsonTextWriter Members

Send Feedback