Author

Comment.Author property

获取并设置原始评论作者的姓名

public string Author { get; set; }

例子


[C#]
comment1.Author = "Carl.Yang";

也可以看看