FlashPatternObjectGroupIndex Property |
The index (zero-based) of the sought-for object in a group of objects that have the same type, identifier and label. Check the property value in the TestLeft UI Spy panel before writing code.
Namespace:
SmartBear.TestLeft.TestObjects.Flash
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public Nullable<int> ObjectGroupIndex { get; set; }
Public Property ObjectGroupIndex As Nullable(Of Integer)
Get
Set
Dim instance As FlashPattern
Dim value As Nullable(Of Integer)
value = instance.ObjectGroupIndex
instance.ObjectGroupIndex = value
public:
property Nullable<int> ObjectGroupIndex {
Nullable<int> get ();
void set (Nullable<int> value);
}
Property Value
Type:
NullableInt32See Also