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