NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlTextWriter.QuoteChar

Gets or sets which character to use to quote attribute values.

[Visual Basic]
Public Property QuoteChar As Char
[C#]
public char QuoteChar {get; set;}
[C++]
public: __property __wchar_t get_QuoteChar();
public: __property void set_QuoteChar(__wchar_t);
[JScript]
public function get QuoteChar() : Char;
public function set QuoteChar(Char);

Property Value

The character to use to quote attribute values. This must be a single quote (') or a double quote (").

See Also

XmlTextWriter Class | XmlTextWriter Members | System.NewXml Namespace