WebElementPatternlength Property |
Applied to FORM elements. Specifies the length property value of the sought-for form.
Namespace:
SmartBear.TestLeft.TestObjects.Web
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public Nullable<int> length { get; set; }
Public Property length As Nullable(Of Integer)
Get
Set
Dim instance As WebElementPattern
Dim value As Nullable(Of Integer)
value = instance.length
instance.length = value
public:
property Nullable<int> length {
Nullable<int> get ();
void set (Nullable<int> value);
}
Property Value
Type:
NullableInt32See Also