Discuss this help topic in SecureBlackbox Forum
Contains the Group Identifier for a file
Declaration
[VB.NET]
Property GID As Integer
[Pascal]
property GID: integer;
[C++]
int32_t get_GID();
void set_GID(int32_t Value);
[PHP]
integer get_GID()
void set_GID(integer $Value)
[Java]
int getGID();
void setGID(int Value);
Description
Use this property when you need to get/set the Group Identifier for a file
Discuss this help topic in SecureBlackbox Forum