DelegatingXmlReader.QuoteChar PropertyDelegatingXmlReader.QuoteChar PropertyDelegatingXmlReader::QuoteChar Property

Gets the quotation mark character used to enclose the value of an attribute node.

Syntax

Public Overrides ReadOnly Property QuoteChar As Char
        Get
public override char QuoteChar { get; }
public:
virtual property char QuoteChar {
    char get();
}
 

Property Value

Type: System.CharSystem.CharSystem::Char

The quotation mark character (" or ') used to enclose the value of an attribute node.