ProjectDataSet.TaskDataTable.TASK_ACT_OVT_COSTColumn property

Defines the column for the TASK_ACT_OVT_COST field.

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

Syntax

'Declaration
Public ReadOnly Property TASK_ACT_OVT_COSTColumn As DataColumn
    Get
'Usage
Dim instance As ProjectDataSet.TaskDataTable
Dim value As DataColumn

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

Property value

Type: System.Data.DataColumn

See also

Reference

ProjectDataSet.TaskDataTable class

ProjectDataSet.TaskDataTable members

WebSvcStatusing namespace