ExtensionParameter.ReadOnly Property

Definition

Gets a value that indicates whether the setting is read-only.

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

Property Value

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

Applies to