TimesheetListDataSet.TimesheetsRow.TS_GRAND_TOTAL_ACT_VALUE - Propriété
Indique le total de toutes les valeurs réelles qui sont entrés pour cette feuille de temps.
Espace de noms : WebSvcTimeSheet
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property TS_GRAND_TOTAL_ACT_VALUE As Decimal
Get
Set
'Utilisation
Dim instance As TimesheetListDataSet.TimesheetsRow
Dim value As Decimal
value = instance.TS_GRAND_TOTAL_ACT_VALUE
instance.TS_GRAND_TOTAL_ACT_VALUE = value
public decimal TS_GRAND_TOTAL_ACT_VALUE { get; set; }
Valeur de propriété
Type : System.Decimal
Voir aussi
Référence
TimesheetListDataSet.TimesheetsRow classe