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