ProjectVariablesWrapper.Locked Property
Gets whether the variables in the ProjectVariablesWrapper collection are locked.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public ReadOnly Property Locked As Boolean
Get
'Usage
Dim instance As ProjectVariablesWrapper
Dim value As Boolean
value = instance.Locked
public bool Locked { get; }
public:
virtual property bool Locked {
bool get () sealed;
}
abstract Locked : bool
override Locked : bool
final function get Locked () : boolean
Property Value
Type: System.Boolean
True if the variables in the ProjectVariablesWrapper collection are locked; otherwise, false. The default is true.