IXmlNode.NamespaceUri Property

Definition

Returns the Uniform Resource Identifier (URI) for the namespace.

public:
 property Platform::Object ^ NamespaceUri { Platform::Object ^ get(); };
IInspectable NamespaceUri();
public object NamespaceUri { get; }
var object = iXmlNode.namespaceUri;
Public ReadOnly Property NamespaceUri As Object

Property Value

Object

Platform::Object

IInspectable

The Uri for the namespace. This refers to the "uuu" portion of the namespace declaration xmlns:nnn="uuu".

Applies to