TimesheetPreReviewEventArgs.Comment propriedade
Obtém o comentário para enviar com um evento que precede uma revisão do quadro de horários.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (em Microsoft.Office.Project.Server.Events.Receivers.dll)
Sintaxe
'Declaração
Public Property Comment As String
Get
Set
'Uso
Dim instance As TimesheetPreReviewEventArgs
Dim value As String
value = instance.Comment
instance.Comment = value
public string Comment { get; set; }
Valor de propriedade
Tipo: System.String
Ver também
Referência
TimesheetPreReviewEventArgs classe