Discuss this help topic in SecureBlackbox Forum

TElBoxComment.Message

TElBoxComment     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


The comment text.

Declaration

[C#]
    string Message;

[VB.NET]
    Property Message As String

[Pascal]
    property Message: string;

[C++]
    void get_Message(std::string &OutResult);
    void set_Message(const std::string &Value);

[PHP]
    string get_Message()
    void set_Message(string $Value)

[Java]
    String getMessage();
    void setMessage(String Value);

Description

    Use this property to get the comment text that the user typed.

See also:     TaggedMessage    

Discuss this help topic in SecureBlackbox Forum