'DeclarationPublic Overloads Function AddReply( _ ByVal replyComment As Comment _ ) As Comment
'UsageDim instance As Comment Dim replyComment As Comment Dim value As Comment value = instance.AddReply(replyComment)
public Comment AddReply( Comment replyComment )
Parameters
- replyComment
- The Comment that will be added as a reply.
Note that this parameter cannot be null & that the chosen Comment must contain text & have a valid author.
Return Value
The Comment that has been added as a reply.