Discuss this help topic in SecureBlackbox Forum
Specifies the setgid access right.
Declaration
[VB.NET]
Property SGID As Boolean
[Pascal]
property SGID : boolean;
[C++]
bool get_SGID();
void set_SGID(bool Value);
[PHP]
bool get_SGID()
void set_SGID(bool $Value)
[Java]
boolean getSGID();
void setSGID(boolean Value);
Description
Use this property to specify the
setgid access flag.
Discuss this help topic in SecureBlackbox Forum