XMLChildNodeSuggestion.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 XMLChildNodeSuggestion
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
XMLChildNodeSuggestion Interface