Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.4 KB

Visio.Master.NameU.md

File metadata and controls

37 lines (22 loc) · 1.4 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Master.NameU property (Visio)
vis_sdr.chm10751985
vis_sdr.chm10751985
Visio.Master.NameU
87530cb6-5ac1-55c4-9210-9989c5f589c3
06/08/2017
medium

Master.NameU property (Visio)

Specifies the universal name of a Master object. Read/write.

Syntax

expression.NameU

expression A variable that represents a Master object.

Return value

String

Remarks

Beginning with Microsoft Visio 2000, you can use both local and universal names to refer to Visio shapes, masters, documents, pages, rows, add-ons, cells, hyperlinks, styles, fonts, master shortcuts, UI objects, and layers. When a user names a shape, for example, the user is specifying a local name. Beginning with Microsoft Office Visio 2003, the ShapeSheet spreadsheet displays only universal names in cell formulas and values. (In prior versions, universal names were not visible in the user interface.)

As a developer, you can use universal names in a program when you don't want to change a name each time a solution is localized. Use the Name property to get or set a Hyperlink, Layer, Master, MasterShortcut, Page, Shape, Style, or Row object's local name. Use the NameU property to get or set its universal name.

[!includeSupport and feedback]