Share via


XMLNamespace.Alias Property (Word)

Returns a String that represents the display name for the specified object.

Syntax

expression .Alias

expression Required. A variable that represents a XMLNamespace object.

Example

The following example shows the display name for the first schema attached to the active document.

MsgBox Application.XMLNamespaces(1).Alias

See Also

Concepts

XMLNamespace Object

XMLNamespace Object Members