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