PropertyData.Writable Property

Definition

Gets or sets a value that indicates whether the property is writable.

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

Property Value

true if the property is writable; otherwise, false.

Applies to