Share via


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

'Declaration
Public MustOverride ReadOnly Property ProviderObjectIsLocked As Boolean
public abstract bool ProviderObjectIsLocked { get; }
public:
virtual property bool ProviderObjectIsLocked {
    bool get () abstract;
}
abstract ProviderObjectIsLocked : bool with get
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.

.NET Framework Security

See Also

Reference

DataConnection Class

Microsoft.VisualStudio.Data Namespace