WebElementPatternsize Property |
The size attribute value of the sought-for web element.
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> size { get; set; }
Public Property size As Nullable(Of Integer)
Get
Set
Dim instance As WebElementPattern
Dim value As Nullable(Of Integer)
value = instance.size
instance.size = value
public:
property Nullable<int> size {
Nullable<int> get ();
void set (Nullable<int> value);
}
Property Value
Type:
NullableInt32See Also