VariableClass.ReadOnly Property

Definition

Gets or sets a value that indicates whether the variable class is read-only and cannot have its value modified.

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

Property Value

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

Implements

Applies to