StatusingDataSet.TasksRow.TASK_BUDGET_WORK - Propriété
Représente le travail budgété total pour la tâche.
Espace de noms : WebSvcStatusing
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property TASK_BUDGET_WORK As Decimal
Get
Set
'Utilisation
Dim instance As StatusingDataSet.TasksRow
Dim value As Decimal
value = instance.TASK_BUDGET_WORK
instance.TASK_BUDGET_WORK = value
public decimal TASK_BUDGET_WORK { get; set; }
Valeur de propriété
Type : System.Decimal
Voir aussi
Référence
StatusingDataSet.TasksRow classe