Discuss this help topic in SecureBlackbox Forum

TElBoxComment.IsReply

TElBoxComment     See also     


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


Whether or not this comment is a reply to another comment.

Declaration

[C#]
    bool IsReply;

[VB.NET]
    Property IsReply As Boolean

[Pascal]
    property IsReply: boolean;

[C++]
    bool get_IsReply();

[PHP]
    bool get_IsReply()

[Java]
    boolean getIsReply();

Description

    This property returns True if this comment is a reply to another comment, and False otherwise.

See also:     Reply    

Discuss this help topic in SecureBlackbox Forum