UnsubmittedTimesheetDataSet.TimePeriodsDataTable.TS_NAMEColumn Property

Gets the schema of the TS_NAMEColumn in the TimePeriodsDataTable.

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_NAMEColumn As DataColumn
    Get
'Usage
Dim instance As UnsubmittedTimesheetDataSet.TimePeriodsDataTable
Dim value As DataColumn

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

Property Value

Type: System.Data.DataColumn

See Also

Reference

UnsubmittedTimesheetDataSet.TimePeriodsDataTable Class

UnsubmittedTimesheetDataSet.TimePeriodsDataTable Members

Admin Web Service