StatusingDataSet.TasksRow.TASK_ACT_WORK - Propriété
Spécifie les heures de travail hors heures supplémentaires pour la tâche.
Espace de noms : WebSvcStatusing
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property TASK_ACT_WORK As Decimal
Get
Set
'Utilisation
Dim instance As StatusingDataSet.TasksRow
Dim value As Decimal
value = instance.TASK_ACT_WORK
instance.TASK_ACT_WORK = value
public decimal TASK_ACT_WORK { get; set; }
Valeur de propriété
Type : System.Decimal
Voir aussi
Référence
StatusingDataSet.TasksRow classe