Discuss this help topic in SecureBlackbox Forum
Contains display name of the object's owner.
Declaration
[C#]
string OwnerDisplayName;
[VB.NET]
Property OwnerDisplayName As String
[Pascal]
property OwnerDisplayName : string;
[C++]
void get_OwnerDisplayName(std::string &OutResult);
[PHP]
string get_OwnerDisplayName()
[Java]
String getOwnerDisplayName();
Description
Use this read-only property to get owner's display name.
It is recommended that display name correspond to the Forum name.
Discuss this help topic in SecureBlackbox Forum