AutomationElementIdentifiers.NameProperty Property

Definition

Identifies the element name automation property. The current name is returned by the GetName method.

public:
 static property AutomationProperty ^ NameProperty { AutomationProperty ^ get(); };
static AutomationProperty NameProperty();
public static AutomationProperty NameProperty { get; }
var automationProperty = AutomationElementIdentifiers.nameProperty;
Public Shared ReadOnly Property NameProperty As AutomationProperty

Property Value

The automation property identifier.

Applies to