UIAPatternClassName Property |
The value of the ClassName property (UIA_ClassNamePropertyId) of the sought-for automation element. You can use wildcards (* or ?) or specify regular expressions (regexp:...).
Namespace:
SmartBear.TestLeft.TestObjects.UIAutomation
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public string ClassName { get; set; }
Public Property ClassName As String
Get
Set
Dim instance As UIAPattern
Dim value As String
value = instance.ClassName
instance.ClassName = value
public:
property String^ ClassName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also