WCF-Xtensions Class Reference for .NET
QuoteName Property (JsonTextWriter)






Gets or sets a value indicating whether object names will be surrounded with quotes.
Syntax
public System.bool QuoteName {get; set;}
public read-write property QuoteName: System.Boolean; 
public function get,set QuoteName : System.boolean
public: __property System.bool get_QuoteName();
public: __property void set_QuoteName( 
   System.bool value
);
public:
property System.bool QuoteName {
   System.bool get();
   void set (    System.bool value);
}
'Declaration
 
Public Property QuoteName As System.Boolean
 
'Usage
 
Dim instance As JsonTextWriter
Dim value As System.Boolean
 
instance.QuoteName = value
 
value = instance.QuoteName
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