ProjectDataSet.TaskRow.TASK_ACT_FINISH - Propriété
Spécifie la date et l'heure lorsque terminée une tâche.
Espace de noms : WebSvcStatusing
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property TASK_ACT_FINISH As DateTime
Get
Set
'Utilisation
Dim instance As ProjectDataSet.TaskRow
Dim value As DateTime
value = instance.TASK_ACT_FINISH
instance.TASK_ACT_FINISH = value
public DateTime TASK_ACT_FINISH { get; set; }
Valeur de propriété
Type : System.DateTime