Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.UID

TElSftpFileAttributes     See also     


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


Contains the Owner Identifier for a file

Declaration

[C#]
    int UID;

[VB.NET]
    Property UID As Integer

[Pascal]
    property UID : integer;

[C++]
    int32_t get_UID();
    void set_UID(int32_t Value);

[PHP]
    integer get_UID()
    void set_UID(integer $Value)

[Java]
    int getUID();
    void setUID(int Value);

Description

    Use this property when you need to get/set the Owner Identifier for a file

See also:     UIDBit     GID    

Discuss this help topic in SecureBlackbox Forum