UnsubmittedTimesheetDataSet.TimePeriodsDataTable.TS_NAMEColumn property
Gets the schema of the TS_NAMEColumn in the TimePeriodsDataTable.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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