DataConnection.ProviderObjectIsLocked Property

Retrieves a Boolean value indicating whether the underlying DDEX Provider object is locked for use by a client.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

Public MustOverride ReadOnly Property ProviderObjectIsLocked As Boolean

Dim instance As DataConnection
Dim value As Boolean

value = instance.ProviderObjectIsLocked
public abstract bool ProviderObjectIsLocked { get; }
public:
virtual property bool ProviderObjectIsLocked {
    bool get () abstract;
}
public abstract function get ProviderObjectIsLocked () : boolean

Property Value

Type: System.Boolean

Returns true if the underlying DDEX Provider object is locked for use by a client; otherwise returns false.

Remarks

When a client calls the GetLockedProviderObject method, then this property is set to true and remains so until the same client calls the UnlockProviderObject method.

Permissions

See Also

Reference

DataConnection Class

DataConnection Members

Microsoft.VisualStudio.Data Namespace