ProjectDataSet.TaskRow.TASK_COMPLETE_THROUGH - Propriété
Obtient la date qui spécifie quand la tâche est terminée.
Espace de noms : WebSvcStatusing
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property TASK_COMPLETE_THROUGH As DateTime
Get
Set
'Utilisation
Dim instance As ProjectDataSet.TaskRow
Dim value As DateTime
value = instance.TASK_COMPLETE_THROUGH
instance.TASK_COMPLETE_THROUGH = value
public DateTime TASK_COMPLETE_THROUGH { get; set; }
Valeur de propriété
Type : System.DateTime
Remarques
En lecture seule. Il est calculé comme la somme des TASK_ACT_START et TASK_ACT_DUR.