DataConnection.ProviderObjectIsLocked Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.