TimesheetDataSet.ActionsDataTable.TS_ACTION_ENUMColumn Property
Defines the column for the TS_ACTION_ENUM 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_ENUMColumn As DataColumn
Get
'Usage
Dim instance As TimesheetDataSet.ActionsDataTable
Dim value As DataColumn
value = instance.TS_ACTION_ENUMColumn
public DataColumn TS_ACTION_ENUMColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
TimesheetDataSet.ActionsDataTable Class