Variable.Writable Property

Definition

Indicates whether the variable is writable.

public:
 property bool Writable { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
public bool Writable { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
member this.Writable : bool with get, set
Public Property Writable As Boolean

Property Value

A Boolean value.

Attributes

Applies to