Discuss this help topic in SecureBlackbox Forum
Returns signature's textual description.
Declaration
[VB.NET]
Property Description As String
[Pascal]
property Description: string;
[C++]
void get_Description(sb_u16string &OutResult);
void get_Description(std::wstring &OutResult);
[PHP]
string get_Description()
[Java]
String getDescription();
Description
Use this property to get the contents of the signature's description field (optional).
Discuss this help topic in SecureBlackbox Forum