TimesheetDataSet.LinesRow.TS_LINE_ASSN_LAST_WORK propriedade
Obtém o trabalho salvo mais recentemente em uma atribuição.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Property TS_LINE_ASSN_LAST_WORK As Decimal
Get
Set
'Uso
Dim instance As TimesheetDataSet.LinesRow
Dim value As Decimal
value = instance.TS_LINE_ASSN_LAST_WORK
instance.TS_LINE_ASSN_LAST_WORK = value
public decimal TS_LINE_ASSN_LAST_WORK { get; set; }
Valor de propriedade
Tipo: System.Decimal
Ver também
Referência
TimesheetDataSet.LinesRow classe