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