ProcessPatternIndex Property |
The number of the desired process among other processes created for the same executable. The first created process has Index 1 (default), the second - 2 and so on. You can see the index of a process in the TestLeft UI Spy panel.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public Nullable<int> Index { get; set; }
Public Property Index As Nullable(Of Integer)
Get
Set
Dim instance As ProcessPattern
Dim value As Nullable(Of Integer)
value = instance.Index
instance.Index = value
public:
property Nullable<int> Index {
Nullable<int> get ();
void set (Nullable<int> value);
}
Property Value
Type:
NullableInt32See Also