Discuss this help topic in SecureBlackbox Forum

TElBoxComment.TaggedMessage

TElBoxComment     See also     


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


Represents the comment text with @mentions included.

Declaration

[C#]
    string TaggedMessage;

[VB.NET]
    Property TaggedMessage As String

[Pascal]
    property TaggedMessage: string;

[C++]
    void get_TaggedMessage(std::string &OutResult);

[PHP]
    string get_TaggedMessage()

[Java]
    String getTaggedMessage();

Description

    Use this property to get the comment's text representation with @mentions included in format @[id:username].

See also:     Message    

Discuss this help topic in SecureBlackbox Forum