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!

XmlReader.QuoteChar

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;

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

XmlReader Class | XmlReader Members | System.NewXml Namespace