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