Share via


TimesheetManagersDataSet.TimesheetManagersRow.RES_NAME property

Gets or sets the name of the timesheet manager resource.

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

Syntax

'Declaration
Public Property RES_NAME As String
    Get
    Set
'Usage
Dim instance As TimesheetManagersDataSet.TimesheetManagersRow
Dim value As String

value = instance.RES_NAME

instance.RES_NAME = value
public string RES_NAME { get; set; }

Property value

Type: System.String
The timesheet manager name.

See also

Reference

TimesheetManagersDataSet.TimesheetManagersRow class

TimesheetManagersDataSet.TimesheetManagersRow members

WebSvcAdmin namespace