ProjectDataSet.TaskDataTable.TASK_TOTAL_SLACKColumn Property
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public ReadOnly Property TASK_TOTAL_SLACKColumn As DataColumn
Get
'Usage
Dim instance As ProjectDataSet.TaskDataTable
Dim value As DataColumn
value = instance.TASK_TOTAL_SLACKColumn
public DataColumn TASK_TOTAL_SLACKColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
ProjectDataSet.TaskDataTable Class