Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 801 Bytes

Word.XMLNamespace.Alias.md

File metadata and controls

41 lines (24 loc) · 801 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
XMLNamespace.Alias property (Word)
vbawd10.chm2293764
vbawd10.chm2293764
Word.XMLNamespace.Alias
3c82e7c4-4ad6-c88d-b9cb-4156534b4d89
06/08/2017
medium

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

[!includeSupport and feedback]