Discuss this help topic in SecureBlackbox Forum
Specifies write permission for users of the same group.
Declaration
[VB.NET]
Property GroupWrite As Boolean
[Pascal]
property GroupWrite : boolean;
[C++]
bool get_GroupWrite();
void set_GroupWrite(bool Value);
[PHP]
bool get_GroupWrite()
void set_GroupWrite(bool $Value)
[Java]
boolean getGroupWrite();
void setGroupWrite(boolean Value);
Description
This property specifies whether write permission is enabled for users of the same group.
Discuss this help topic in SecureBlackbox Forum