ConfigurationSection.IsLocked Property

Definition

Gets a value indicating whether the current section and its child elements are locked.

public:
 property bool IsLocked { bool get(); };
public bool IsLocked { get; }
member this.IsLocked : bool
Public ReadOnly Property IsLocked As Boolean

Property Value

true if the current configuration section and its child elements cannot be modified; otherwise, false.

Applies to