Comment.Author

Comment.Author property

Gets and sets Name of the original comment author

public string Author { get; set; }

Examples


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

See Also