Discuss this help topic in SecureBlackbox Forum
This property specifies file owner.
Declaration
[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