Discuss this help topic in SecureBlackbox Forum
Specifies file's Group Identifier.
Declaration
[VB.NET]
Property GID As UInt32
[Pascal]
property GID : cardinal;
[C++]
uint32_t get_GID();
void set_GID(uint32_t Value);
[PHP]
integer get_GID()
void set_GID(integer $Value)
[Java]
int getGID();
void setGID(int Value);
Description
Use this property to specify the Group Identifier for the file.
Discuss this help topic in SecureBlackbox Forum