Share via


URI Property

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

Concepts

XMLNamespace Object

XMLNamespace Object Members