Discuss this help topic in SecureBlackbox Forum
Specifies the setuid access right.
Declaration
[VB.NET]
Property SUID As Boolean
[Pascal]
property SUID : boolean;
[C++]
bool get_SUID();
void set_SUID(bool Value);
[PHP]
bool get_SUID()
void set_SUID(bool $Value)
[Java]
boolean getSUID();
void setSUID(boolean Value);
Description
Use this property to specify the
setuid access flag.
Discuss this help topic in SecureBlackbox Forum