URI Property

Microsoft Word Visual Basic

URI Property

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

expression.URI

expression    Required. 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