WebElementPatterncontrols Property |
The controls 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<bool> controls { get; set; }
Public Property controls As Nullable(Of Boolean)
Get
Set
Dim instance As WebElementPattern
Dim value As Nullable(Of Boolean)
value = instance.controls
instance.controls = value
public:
property Nullable<bool> controls {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
Property Value
Type:
NullableBooleanSee Also