AWTPatternAWTComponentName Property |
The object's name as it is specified in the application's source code.
Namespace:
SmartBear.TestLeft.TestObjects.Swing
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public string AWTComponentName { get; set; }
Public Property AWTComponentName As String
Get
Set
Dim instance As AWTPattern
Dim value As String
value = instance.AWTComponentName
instance.AWTComponentName = value
public:
property String^ AWTComponentName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also