Comment.IsThreadedComment

Comment.IsThreadedComment property

Indicates whether this comment is a threaded comment.

public bool IsThreadedComment { get; }

Examples


[C#]
if(comment1.IsThreadedComment)
{
    //This comment is a threaded comment.
}

See Also