Gets the quotation mark character used to enclose the value of an attribute node.
[Visual Basic] Overridable Public ReadOnly Property QuoteChar As Char [C#] public char QuoteChar {override get;} [C++] public: __property virtual __wchar_t get_QuoteChar(); [JScript] public function get QuoteChar() : Char;
The quotation mark character (" or ') used to enclose the value of an attribute node.
This property applies only to an attribute node.
XmlTextReader Class | XmlTextReader Members | System.NewXml Namespace