XMLNamespace.URI property (Word)

Returns a String that represents the Uniform Resource Identifier (URI) of the associated namespace.

Syntax

expression. URI

expression An expression that returns an 'XMLNamespace' object.

Example

The following example displays the URI for the first schema in the Schema Library.

MsgBox Application.XMLNamespaces(1).URI

See also

XMLNamespace Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.