Discuss this help topic in SecureBlackbox Forum

TElSftpFileAttributes.Owner

TElSftpFileAttributes     See also     


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


Name of the file owner.

Declaration

[C#]
    byte[] Owner;

[VB.NET]
    Property Owner As Byte()

[Pascal]
    property Owner : string;

[C++]
    void get_Owner(std::vector<uint8_t> &OutResult);
    void set_Owner(const std::vector<uint8_t> &Value);

[PHP]
    string get_Owner()
    void set_Owner(array of byte|string|NULL $Value)

[Java]
    byte[] getOwner();
    void setOwner(byte[] Value);

Description

    Use this property to get/set name of the file owner.

See also:     UserExecute     UserRead     UserWrite     Group    

Discuss this help topic in SecureBlackbox Forum