Click or drag to resize

WebElementPatternreadOnly Property

Specifies whether the sought-for web object has the readonly attribute.

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> readOnly { get; set; }

Property Value

Type: NullableBoolean
Remarks
Pay attention to the spelling (the uppercase O in the middle). This was done to avoid conflicts with the C# reserved word 'readonly'.
See Also