ThreadedComment

ThreadedComment class

Representa el comentario encadenado.

public class ThreadedComment

Propiedades

NombreDescripción
Author { get; set; }Obtiene el autor del comentario.
Column { get; }Obtiene el índice de la columna del comentario.
CreatedTime { get; set; }Obtiene y establece la hora de creación de este comentario encadenado.
Notes { get; set; }Obtiene y establece el texto del comentario.
Row { get; }Obtiene el índice de fila del comentario.

Ver también