NameVisible Property (Attribute Object)

Object: Attribute Object

Access: Read/Write

Prerequisites: None

Sets or returns the visibility of the attribute name.

Usage

Attribute.NameVisible

Arguments

None

Return Values

Boolean. A Boolean value that represents the visibility of the attribute name. A value of True indicates that the attribute name is visible; False indicates that the attribute name is not visible.

Examples

' set the visibility of an attribute name
set attr = component.Attributes.Item("Value")
attr.NameVisible = FALSE