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!

XmlTextReader.QuoteChar

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;

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.

See Also

XmlTextReader Class | XmlTextReader Members | System.NewXml Namespace