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