TimesheetListDataSet.TimesheetsRow.TLastActionComment propriedade
Obtém o comentário para a ação mais recente no quadro de horários.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Property TLastActionComment As String
Get
Set
'Uso
Dim instance As TimesheetListDataSet.TimesheetsRow
Dim value As String
value = instance.TLastActionComment
instance.TLastActionComment = value
public string TLastActionComment { get; set; }
Valor de propriedade
Tipo: System.String
Ver também
Referência
TimesheetListDataSet.TimesheetsRow classe