MSAAPatternObjectGroupIndex Property |
The index (zero-based) of the sought-for object in the group of objects that have the same ObjectIdentifier.
Namespace:
SmartBear.TestLeft.TestObjects.MSAA
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 MSAAPattern
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