XdmReaderSettings.NameTable PropertyXdmReaderSettings.NameTable PropertyXdmReaderSettings::NameTable Property

Gets or sets the XmlNameTableXmlNameTableXmlNameTable used for atomized string comparisons.

Syntax

Public Property NameTable As System.Xml.XmlNameTable
        Get
        Set(ByVal value As System.Xml.XmlNameTable)
public System.Xml.XmlNameTable NameTable { get; set; }
public:
property System.Xml::XmlNameTable^ NameTable {
    System.Xml::XmlNameTable^ get();
    void set(System.Xml::XmlNameTable^ value);
}
 

Property Value

Type: System.Xml.XmlNameTableSystem.Xml.XmlNameTableSystem.Xml::XmlNameTable^

The name table. The default value is null a null reference (Nothing in Visual Basic) nullptr.