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