IVsDataConnection.IsLocked Property

Definition

Gets a value indicating whether the current data connection is 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 locked, otherwise, false.

Applies to