When overridden in a derived class, gets the quotation mark character used to enclose the value of an attribute node.
[Visual Basic]
Public MustOverride ReadOnly Property QuoteChar As Char
[C#]
public abstract char QuoteChar {get;}
[C++]
public: __property virtual __wchar_t get_QuoteChar() = 0;
[JScript]
public abstract function get QuoteChar() : Char; Property Value
The quotation mark character (" or ') used to enclose the value of an attribute node.
Remarks
This property applies only to an attribute node.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework, Common Language Infrastructure (CLI) Standard
See Also
XmlReader Class | XmlReader Members | System.Xml Namespace