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