Discuss this help topic in SecureBlackbox Forum

TSBSftpACE.Who

TSBSftpACE     See also     


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


This topic is under development…

Declaration

[C#]
    byte[] Who;

[VB.NET]
    Property Who As Byte()

[Pascal]
    property Who : ByteArray;

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

[PHP]
    string get_Who()
    void set_Who(array of byte|string|NULL $Value)

[Java]
    byte[] getWho();
    void setWho(byte[] Value);

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum