TimesheetListDataSet.TimesheetsDataTable.TS_AUX_STATUSColumn property
Defines the column for the TS_AUX_STATUS field.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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
A DataColumn object for the field.
See also
Reference
TimesheetListDataSet.TimesheetsDataTable class