Author

Comment.Author property

Obtiene y establece Nombre del autor del comentario original

public string Author { get; set; }

Ejemplos


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

Ver también