Discuss this help topic in SecureBlackbox Forum
Specifies display name of the object.
Declaration
[C#/Java]
string DisplayName;
[VB.NET]
Property DisplayName As String
[Pascal]
property DisplayName : string;
[C++]
void get_DisplayName(std::string &OutResult);
[PHP]
string get_DisplayName()
Description
Use this property to get the display name of the object.
Discuss this help topic in SecureBlackbox Forum