TimesheetDataSet.ActionsRow.TS_ACTION_COMMENT propriedade
Contém qualquer comentário de texto refere-se a ação atual.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Property TS_ACTION_COMMENT As String
Get
Set
'Uso
Dim instance As TimesheetDataSet.ActionsRow
Dim value As String
value = instance.TS_ACTION_COMMENT
instance.TS_ACTION_COMMENT = value
public string TS_ACTION_COMMENT { get; set; }
Valor de propriedade
Tipo: System.String
Ver também
Referência
TimesheetDataSet.ActionsRow classe