Discuss this help topic in SecureBlackbox Forum
Specifies entry owner's name.
Declaration
[VB.NET]
Property OwnerName As String
[Pascal]
property OwnerName : string;
[C++]
void get_OwnerName(std::string &OutResult);
void set_OwnerName(const std::string &Value);
[PHP]
string get_OwnerName()
void set_OwnerName(string $Value)
[Java]
String getOwnerName();
void setOwnerName(String Value);
Description
Use this property to specify the owner's name.
Discuss this help topic in SecureBlackbox Forum