IsThreadedComment

Comment.IsThreadedComment property

Indique si ce commentaire est un fil de discussion.

public bool IsThreadedComment { get; }

Exemples


[C#]
if(comment1.IsThreadedComment)
{
    //Ce commentaire est un commentaire fileté.
}

Voir également