Discuss this help topic in SecureBlackbox Forum
Specifies entry owner's name.
Declaration
[C#/Java]
string OwnerName;
[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)
Description
Use this property to specify the owner's name.
Discuss this help topic in SecureBlackbox Forum