XmlParserContext.NameTable Property

Definition

Gets the XmlNameTable used to atomize strings. For more information on atomized strings, see XmlNameTable.

public:
 property System::Xml::XmlNameTable ^ NameTable { System::Xml::XmlNameTable ^ get(); void set(System::Xml::XmlNameTable ^ value); };
public System.Xml.XmlNameTable NameTable { get; set; }
public System.Xml.XmlNameTable? NameTable { get; set; }
member this.NameTable : System.Xml.XmlNameTable with get, set
Public Property NameTable As XmlNameTable

Property Value

The XmlNameTable.

Applies to