XMLNamespace.URI Property

Word Developer Reference

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.

Visual Basic for Applications
  MsgBox Application.XMLNamespaces(1).URI

See Also