Discuss this help topic in SecureBlackbox Forum
Contains human understandable notes.
Declaration
[VB.NET]
Property Notes As String
[Pascal]
property Notes: string;
[C++]
void get_Notes(std::string &OutResult);
void set_Notes(const std::string &Value);
[PHP]
string get_Notes()
void set_Notes(string $Value)
[Java]
String getNotes();
void setNotes(String Value);
Description
Notes that may be of interest to a human. No interpretation is made by any program.
Discuss this help topic in SecureBlackbox Forum