DataConnection.ProviderObjectIsLocked Property

Definition

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

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

Property Value

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

Applies to