TimesheetLineClassDataSet.LineClassesDataTable.TS_LINE_CLASS_NEED_APPROVALColumn Property
Gets the schema of the TS_LINE_CLASS_NEED_APPROVALColumn in the LineClassesDataTable.
Namespace: [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl
Syntax
'Declaration
Public ReadOnly Property TS_LINE_CLASS_NEED_APPROVALColumn As DataColumn
Get
'Usage
Dim instance As TimesheetLineClassDataSet.LineClassesDataTable
Dim value As DataColumn
value = instance.TS_LINE_CLASS_NEED_APPROVALColumn
public DataColumn TS_LINE_CLASS_NEED_APPROVALColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
TimesheetLineClassDataSet.LineClassesDataTable Class