Discuss this help topic in SecureBlackbox Forum
Specifies file owner's group identifier (GID).
Declaration
[VB.NET]
Property GID As UInt32
[Pascal]
property GID : UInt32;
[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
This property contains the group identifier (GID) of the file owner.
Discuss this help topic in SecureBlackbox Forum