Share via


XmlReaderSettings.NameTable Property

Gets or sets the XmlNameTable used for atomized string comparisons.

Namespace: System.Xml
Assembly: System.Xml (in system.xml.dll)

Syntax

public XmlNameTable NameTable { get; set; }

Property Value

The XmlNameTable that stores all the atomized strings used by all XmlReader instances created using this XmlReaderSettings object. The default is a null reference. The created XmlReader instance will use a new empty NameTable if this value is a null reference.

Version Information

Available in the .NET Micro Framework versions 2.5, 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

XmlReaderSettings Class
XmlReaderSettings Members
System.Xml Namespace