TimesheetDataSet.HeadersDataTable.TS_NAMEColumn property
Defines the column for the TS_NAME field.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property TS_NAMEColumn As DataColumn
Get
'Usage
Dim instance As TimesheetDataSet.HeadersDataTable
Dim value As DataColumn
value = instance.TS_NAMEColumn
public DataColumn TS_NAMEColumn { get; }
Property value
Type: System.Data.DataColumn
See also
Reference
TimesheetDataSet.HeadersDataTable class