Discuss this help topic in SecureBlackbox Forum
Specifies display name of the object.
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 display name of the object.
Discuss this help topic in SecureBlackbox Forum