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);
The character to use to quote attribute values. This must be a single quote (') or a double quote (").
XmlTextWriter Class | XmlTextWriter Members | System.NewXml Namespace