Author

Comment.Author property

Получает и устанавливает имя исходного комментария author

public string Author { get; set; }

Примеры


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

Смотрите также