JavaFXPatternJavaFXObjectName Property |
For Nodes, specifies the value returned by getId(). For Scenes and Stages, should be empty.
Namespace:
SmartBear.TestLeft.TestObjects.JavaFX
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public string JavaFXObjectName { get; set; }
Public Property JavaFXObjectName As String
Get
Set
Dim instance As JavaFXPattern
Dim value As String
value = instance.JavaFXObjectName
instance.JavaFXObjectName = value
public:
property String^ JavaFXObjectName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also