StatusingDataSet.ProjectsDataTable.PROJ_OPT_NEW_TASK_ESTColumn property

Defines the column for the PROJ_OPT_NEW_TASK_EST field.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public ReadOnly Property PROJ_OPT_NEW_TASK_ESTColumn As DataColumn
    Get
'Usage
Dim instance As StatusingDataSet.ProjectsDataTable
Dim value As DataColumn

value = instance.PROJ_OPT_NEW_TASK_ESTColumn
public DataColumn PROJ_OPT_NEW_TASK_ESTColumn { get; }

Property value

Type: System.Data.DataColumn
A DataColumn object for the field.

See also

Reference

StatusingDataSet.ProjectsDataTable class

StatusingDataSet.ProjectsDataTable members

WebSvcStatusing namespace