Discuss this help topic in SecureBlackbox Forum
A plain text displayable name of the user.
Declaration
[VB.NET]
Property DisplayName As String
[Pascal]
property DisplayName: string;
[C++]
void get_DisplayName(std::string &OutResult);
[PHP]
string get_DisplayName()
[Java]
String getDisplayName();
Description
Use this property to get the user's display name.
Discuss this help topic in SecureBlackbox Forum