Share via


TimesheetListDataSet.TimesheetsDataTable.TS_AUX_STATUSColumn Property

Defines the column for the TS_AUX_STATUS 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_AUX_STATUSColumn As DataColumn
    Get
'Usage
Dim instance As TimesheetListDataSet.TimesheetsDataTable
Dim value As DataColumn

value = instance.TS_AUX_STATUSColumn
public DataColumn TS_AUX_STATUSColumn { get; }

Property Value

Type: System.Data.DataColumn

See Also

Reference

TimesheetListDataSet.TimesheetsDataTable Class

TimesheetListDataSet.TimesheetsDataTable Members

TimeSheet Web Service