AutomationElementIdentifiers.ClassNameProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the class name automation property. The class name property value is returned by the GetClassName method.
public:
static property AutomationProperty ^ ClassNameProperty { AutomationProperty ^ get(); };
static AutomationProperty ClassNameProperty();
public static AutomationProperty ClassNameProperty { get; }
var automationProperty = AutomationElementIdentifiers.classNameProperty;
Public Shared ReadOnly Property ClassNameProperty As AutomationProperty
Property Value
The automation property identifier.