This documentation is archived and is not being maintained.
XmlNode::NamespaceURI Property
Visual Studio 2010
Gets the namespace URI of this node.
Assembly: System.Xml (in System.Xml.dll)
Property Value
Type: System::StringThe namespace URI of this node. If there is no namespace URI, this property returns String.Empty.
This is the namespace URI specified at creation time. For example, NamespaceURI is urn:samples for the element <bk:book xmlns:bk= "urn:samples">
An attribute does not inherit its namespace from the element it is attached to. If an attribute is not explicitly given a namespace, it simply has no namespace.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: