XSLTransform.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 XSLTransform object.
Example
The following example shows the display name for the first schema attached to the active document.
MsgBox Application.XMLNamespaces(1).Alias