XMLNode.NamespaceURI Property

Definition

Returns a String that represents the Uniform Resource Identifier (URI) of the schema namespace for the specified object.

public:
 property System::String ^ NamespaceURI { System::String ^ get(); };
public string NamespaceURI { get; }
member this.NamespaceURI : string
Public ReadOnly Property NamespaceURI As String

Property Value

Remarks

If you're authoring XML schemas for use with Microsoft Word, it is highly recommended that you specify the targetNamespace setting in the schema.

Applies to