SettingsProperty.IsReadOnly Property

Definition

Gets or sets a value specifying whether a SettingsProperty object is read-only.

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

Property Value

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

Remarks

The default is false.

Applies to