Overloads Sub Comment( _ ByVal tagname As System.String, _ ByVal time As System.Date, _ ByVal username As System.String, _ ByVal commentText As System.String _ )
void Comment( System.string tagname, System.DateTime time, System.string username, System.string commentText )
void Comment( System.String^ tagname, System.DateTime time, System.String^ username, System.String^ commentText )
Parameters
- tagname
- A tag name.
- time
- Time of comment.
- username
- Username to record with comment.
- commentText
- Comment text to apply.