Discuss this help topic in SecureBlackbox Forum
Specifies if shared lock tokens are to be provided via lockdiscovery.
Declaration
[C#]
bool PublishSharedLocks;
[VB.NET]
Property PublishSharedLocks As Boolean
[Pascal]
property PublishSharedLocks : boolean;
[C++]
bool get_PublishSharedLocks();
void set_PublishSharedLocks(bool Value);
[PHP]
bool get_PublishSharedLocks()
void set_PublishSharedLocks(bool $Value)
[Java]
boolean getPublishSharedLocks();
void setPublishSharedLocks(boolean Value);
Description
Set this property to
False if shared lock tokens should not be provided to clients via lockdiscovery property.
The default value is
True.
The default value is true.
Discuss this help topic in SecureBlackbox Forum