StatusingDataSet.TasksRow.TASK_IS_MILESTONE - Propriété
Indique si une tâche est un jalon majeur.
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 StatusingDataSet.TasksRow
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
Voir aussi
Référence
StatusingDataSet.TasksRow classe