Compartilhar via


TimesheetDataSet.LinesRow.TS_LINE_ACT_SUM_VALUE propriedade

Representa a soma total de todos os real tempo registrado nas linhas TimesheetDataSet.ActualsRow para este item de linha do quadro de horários.

Namespace:  WebSvcTimeSheet
Assembly:  ProjectServerServices (em ProjectServerServices.dll)

Sintaxe

'Declaração
Public Property TS_LINE_ACT_SUM_VALUE As Decimal
    Get
    Set
'Uso
Dim instance As TimesheetDataSet.LinesRow
Dim value As Decimal

value = instance.TS_LINE_ACT_SUM_VALUE

instance.TS_LINE_ACT_SUM_VALUE = value
public decimal TS_LINE_ACT_SUM_VALUE { get; set; }

Valor de propriedade

Tipo: System.Decimal

Comentários

Esta propriedade é somente leitura.

Ver também

Referência

TimesheetDataSet.LinesRow classe

TimesheetDataSet.LinesRow membros

WebSvcTimeSheet namespace