ITestList.ReadOnly Property

Definition

Gets a value that indicates whether the list can be modified.

public:
 property bool ReadOnly { bool get(); };
public bool ReadOnly { get; }
member this.ReadOnly : bool
Public ReadOnly Property ReadOnly As Boolean

Property Value

true if the list is read-only; otherwise, false.

Applies to