Discuss this help topic in SecureBlackbox Forum

TElFTPSServerFileInfo.Owner

TElFTPSServerFileInfo     


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


This property specifies file owner.

Declaration

[C#]
    string Owner;

[VB.NET]
    Property Owner As String

[Pascal]
    property Owner : string;

[C++]
    void get_Owner(std::string &OutResult);
    void set_Owner(const std::string &Value);

[PHP]
    string get_Owner()
    void set_Owner(string $Value)

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

Description

    This property specifies the owner of the file.

Discuss this help topic in SecureBlackbox Forum