Discuss this help topic in SecureBlackbox Forum
Specifies the GID of the user.
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
This property specifies the group identifier of the current user.
Discuss this help topic in SecureBlackbox Forum