Discuss this help topic in SecureBlackbox Forum

TElTarFileAttributes.GID

TElTarFileAttributes     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies file owner's group identifier (GID).

Declaration

[C#]
    uint GID;

[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.

See also:     UID     SGID    

Discuss this help topic in SecureBlackbox Forum