JavaFXPatternJavaFXObjectIndex Property |
The object's position (zero-based) in the parent object's collection of child objects. Use it to distinguish objects that have the same class name.
Namespace:
SmartBear.TestLeft.TestObjects.JavaFX
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public Nullable<int> JavaFXObjectIndex { get; set; }
Public Property JavaFXObjectIndex As Nullable(Of Integer)
Get
Set
Dim instance As JavaFXPattern
Dim value As Nullable(Of Integer)
value = instance.JavaFXObjectIndex
instance.JavaFXObjectIndex = value
public:
property Nullable<int> JavaFXObjectIndex {
Nullable<int> get ();
void set (Nullable<int> value);
}
Property Value
Type:
NullableInt32See Also