ProjectDataSet.TaskRow.TASK_IS_MILESTONE - Propriété
Indique si une tâche est un jalon.
Espace de noms : WebSvcStatusing
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property TASK_IS_MILESTONE As Boolean
Get
Set
'Utilisation
Dim instance As ProjectDataSet.TaskRow
Dim value As Boolean
value = instance.TASK_IS_MILESTONE
instance.TASK_IS_MILESTONE = value
public bool TASK_IS_MILESTONE { get; set; }
Valeur de propriété
Type : System.Boolean
Remarques
TASK_IS_MILESTONE est automatiquement définie sur true si la durée de la tâche est égale à zéro. Il peut également être défini manuellement.