XSLTransform.Alias Property

Word Developer Reference

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

Syntax

expression.Alias

expression   Required. A variable that represents a XSLTransform object.

Example

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

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

See Also