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