Share via


ProjectTimesheetLinesDataSet.CustomFieldsDataTable.NUM_VALUEColumn property

Defines the column for the NUM_VALUE field.

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

Syntax

'Declaration
Public ReadOnly Property NUM_VALUEColumn As DataColumn
    Get
'Usage
Dim instance As ProjectTimesheetLinesDataSet.CustomFieldsDataTable
Dim value As DataColumn

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

Property value

Type: System.Data.DataColumn

See also

Reference

ProjectTimesheetLinesDataSet.CustomFieldsDataTable class

ProjectTimesheetLinesDataSet.CustomFieldsDataTable members

WebSvcTimeSheet namespace