XmlResolver.NameTable Property

NOTE: This API is now obsolete.

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

Syntax

'Declaration
<ObsoleteAttribute("This member is not present in the desktop .NET Framework.")> _
Public Overridable ReadOnly Property NameTable As XmlNameTable
'Usage
Dim instance As XmlResolver 
Dim value As XmlNameTable 

value = instance.NameTable
[ObsoleteAttribute("This member is not present in the desktop .NET Framework.")]
public virtual XmlNameTable NameTable { get; }
[ObsoleteAttribute(L"This member is not present in the desktop .NET Framework.")]
public:
virtual property XmlNameTable^ NameTable {
    XmlNameTable^ get ();
}
public function get NameTable () : XmlNameTable

Property Value

Type: System.Xml.XmlNameTable

Platforms

Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC, Xbox 360, Zune

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Compact Framework

Obsolete (compiler warning) in 3.5
Obsolete (compiler warning) in 2.0

XNA Framework

Obsolete (compiler warning) in 3.0
Obsolete (compiler warning) in 2.0
Obsolete (compiler warning) in 1.0

See Also

Reference

XmlResolver Class

XmlResolver Members

System.Xml Namespace