Share via


TimesheetListDataSet.TimesheetsDataTable.TS_CACHED_RES_NAMEColumn property

Defines the column for the TS_CACHED_RES_NAME field.

Namespace:  WebSvcTimeSheet
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public ReadOnly Property TS_CACHED_RES_NAMEColumn As DataColumn
    Get
'Usage
Dim instance As TimesheetListDataSet.TimesheetsDataTable
Dim value As DataColumn

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

Property value

Type: System.Data.DataColumn
A DataColumn object for the field.

See also

Reference

TimesheetListDataSet.TimesheetsDataTable class

TimesheetListDataSet.TimesheetsDataTable members

WebSvcTimeSheet namespace