Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 1.1
.NET Framework
Reference
System.Xml
XmlReader Class
Properties
 QuoteChar Property
This page is specific to
Microsoft Visual Studio 2003/.NET Framework 1.1

Other versions are also available for the following:
.NET Framework Class Library
XmlReader.QuoteChar Property

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

© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker