XMLNode.NamespaceURI Property

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property NamespaceURI As String
    Get
'Usage
Dim instance As XMLNode
Dim value As String

value = instance.NamespaceURI
string NamespaceURI { get; }

Property Value

Type: System.String

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.

See Also

Reference

XMLNode Interface

XMLNode Members

Microsoft.Office.Interop.Word Namespace