ProjectVariablesWrapper.Locked Property

Definition

Gets whether the variables in the ProjectVariablesWrapper collection are locked.

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

Property Value

True if the variables in the ProjectVariablesWrapper collection are locked; otherwise, false. The default is true.

Implements

Applies to