Discuss this help topic in SecureBlackbox Forum
Specifies whether writers can share this document with the others.
Declaration
[C#]
bool WritersCanShare;
[VB.NET]
Property WritersCanShare As Boolean
[Pascal]
property WritersCanShare: boolean;
[C++]
bool get_WritersCanShare();
[PHP]
bool get_WritersCanShare()
[Java]
boolean getWritersCanShare();
Description
Use this property to check whether writers can share this object.
Discuss this help topic in SecureBlackbox Forum