Share via


TimesheetManagersDataSet.TimesheetManagersDataTable.RES_NAMEColumn property

Defines the column for the RES_NAME field.

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

Syntax

'Declaration
Public ReadOnly Property RES_NAMEColumn As DataColumn
    Get
'Usage
Dim instance As TimesheetManagersDataSet.TimesheetManagersDataTable
Dim value As DataColumn

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

Property value

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

See also

Reference

TimesheetManagersDataSet.TimesheetManagersDataTable class

TimesheetManagersDataSet.TimesheetManagersDataTable members

WebSvcAdmin namespace