de la propiedad TimesheetDataSet.LinesRow.TS_LINE_ACT_SUM_VALUE
Representa la suma total de tiempo real de todo registrado en las filas de la TimesheetDataSet.ActualsRow de este elemento de línea del parte de horas.
Espacio de nombres: WebSvcTimeSheet
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
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 propiedad
Tipo: System.Decimal
Comentarios
Esta propiedad es de sólo lectura.
Vea también
Referencia
clase TimesheetDataSet.LinesRow