ProjectDataSet.TaskDataTable.TASK_TOTAL_SLACKColumn - Propriété
Définit la colonne pour le champ TASK_TOTAL_SLACK .
Espace de noms : WebSvcProject
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property TASK_TOTAL_SLACKColumn As DataColumn
Get
'Utilisation
Dim instance As ProjectDataSet.TaskDataTable
Dim value As DataColumn
value = instance.TASK_TOTAL_SLACKColumn
public DataColumn TASK_TOTAL_SLACKColumn { get; }
Valeur de propriété
Type : System.Data.DataColumn
Voir aussi
Référence
ProjectDataSet.TaskDataTable classe