'Declaration
Function AddReply( _ ByVal text As String _ ) As ICommentThreaded
'Usage
Dim instance As ICommentThreaded Dim text As String Dim value As ICommentThreaded value = instance.AddReply(text)
ICommentThreaded AddReply( string text )
Parameters
- text
- The reply's text.