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

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.