Discuss this help topic in SecureBlackbox Forum
Name of the file owner.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum