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