Gets the quotation mark character used to enclose the value of an attribute node.
[Visual Basic] MustOverride Public ReadOnly Property QuoteChar As Char [C#] public char QuoteChar {abstract get;} [C++] public: __property virtual __wchar_t get_QuoteChar() = 0; [JScript] public abstract 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.
XmlReader Class | XmlReader Members | System.NewXml Namespace