Discuss this help topic in SecureBlackbox Forum
Specifies read permission for users of other groups.
Declaration
[VB.NET]
Property OtherRead As Boolean
[Pascal]
property OtherRead : boolean;
[C++]
bool get_OtherRead();
void set_OtherRead(bool Value);
[PHP]
bool get_OtherRead()
void set_OtherRead(bool $Value)
[Java]
boolean getOtherRead();
void setOtherRead(boolean Value);
Description
This property specifies whether read permission is enabled for users of other groups.
Discuss this help topic in SecureBlackbox Forum