QtPatternQtIndex Property |
Used for windowless objects. Specifies the index (zero-based) of the sought-for object in the parent object's collection of child objects.
Namespace:
SmartBear.TestLeft.TestObjects.Qt
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public Nullable<int> QtIndex { get; set; }
Public Property QtIndex As Nullable(Of Integer)
Get
Set
Dim instance As QtPattern
Dim value As Nullable(Of Integer)
value = instance.QtIndex
instance.QtIndex = value
public:
property Nullable<int> QtIndex {
Nullable<int> get ();
void set (Nullable<int> value);
}
Property Value
Type:
NullableInt32See Also