Discuss this help topic in SecureBlackbox Forum
Contains display name of the buckets list'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 the display name of the owner of the buckets.
Discuss this help topic in SecureBlackbox Forum