Discuss this help topic in SecureBlackbox Forum
Specifies owner user name.
Declaration
[VB.NET]
Property UName As String
[Pascal]
property UName : string;
[C++]
void get_UName(std::string &OutResult);
void set_UName(const std::string &Value);
[PHP]
string get_UName()
void set_UName(string $Value)
[Java]
String getUName();
void setUName(String Value);
Description
This property contains file owner's user name.
Discuss this help topic in SecureBlackbox Forum