Share via


ProjectTimesheetLinesDataSet.ProjectTimesheetLinesDataTable.TS_NAMEColumn Property

Defines the column for the TS_NAME field.

Namespace:  [TimeSheet Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/TimeSheet.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/TimeSheet.asmx?wsdl

Syntax

'Declaration
Public ReadOnly Property TS_NAMEColumn As DataColumn
    Get
'Usage
Dim instance As ProjectTimesheetLinesDataSet.ProjectTimesheetLinesDataTable
Dim value As DataColumn

value = instance.TS_NAMEColumn
public DataColumn TS_NAMEColumn { get; }

Property Value

Type: System.Data.DataColumn

See Also

Reference

ProjectTimesheetLinesDataSet.ProjectTimesheetLinesDataTable Class

ProjectTimesheetLinesDataSet.ProjectTimesheetLinesDataTable Members

TimeSheet Web Service