TestElement.ReadOnly Property

Definition

When overridden in a derived class, gets or sets a value that indicates whether this test element is read-only.

public:
 abstract property bool ReadOnly { bool get(); void set(bool value); };
public abstract bool ReadOnly { get; set; }
member this.ReadOnly : bool with get, set
Public MustOverride Property ReadOnly As Boolean

Property Value

true if this test element is read-only; otherwise, false.

Implements

Applies to