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