Discuss this help topic in SecureBlackbox Forum
Specifies if the object supports exclusive locks.
Declaration
[C#]
bool SupportsExclusiveLock;
[VB.NET]
Property SupportsExclusiveLock As Boolean
[Pascal]
property SupportsExclusiveLock : boolean;
[C++]
bool get_SupportsExclusiveLock();
[PHP]
bool get_SupportsExclusiveLock()
[Java]
boolean getSupportsExclusiveLock();
Description
Use this read-only property to check if the object supports exclusive locks.
Discuss this help topic in SecureBlackbox Forum