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
Get
public abstract bool ProviderObjectIsLocked { get; }
public:
virtual property bool ProviderObjectIsLocked {
bool get () abstract;
}
abstract ProviderObjectIsLocked : bool
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.