Share via


ConfigurationSetting.IsReadOnly Property

Definition

A value indicating whether the configuration setting is read only. A read only configuration setting may not be modified until it is made writable.

public bool? IsReadOnly { get; }
member this.IsReadOnly : Nullable<bool>
Public ReadOnly Property IsReadOnly As Nullable(Of Boolean)

Property Value

Applies to