AWTPatternJavaFullClassName Property |
The full class name of the sought-for object (for example, java.awt.Button).
Namespace:
SmartBear.TestLeft.TestObjects.Swing
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public string JavaFullClassName { get; set; }
Public Property JavaFullClassName As String
Get
Set
Dim instance As AWTPattern
Dim value As String
value = instance.JavaFullClassName
instance.JavaFullClassName = value
public:
property String^ JavaFullClassName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also