ProjectDataSet.TaskDataTable.TASK_PRIORITYColumn property
Defines the column for the TASK_PRIORITY field.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property TASK_PRIORITYColumn As DataColumn
Get
'Usage
Dim instance As ProjectDataSet.TaskDataTable
Dim value As DataColumn
value = instance.TASK_PRIORITYColumn
public DataColumn TASK_PRIORITYColumn { get; }
Property value
Type: System.Data.DataColumn
See also
Reference
ProjectDataSet.TaskDataTable class