TimesheetDataSet.ActionsDataTable.TS_ACTION_DATEColumn Property
Defines the column for the TS_ACTION_DATE field.
Namespace: [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl
Syntax
'Declaration
Public ReadOnly Property TS_ACTION_DATEColumn As DataColumn
Get
'Usage
Dim instance As TimesheetDataSet.ActionsDataTable
Dim value As DataColumn
value = instance.TS_ACTION_DATEColumn
public DataColumn TS_ACTION_DATEColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
TimesheetDataSet.ActionsDataTable Class