Share via


TimesheetManagersDataSet.TimesheetManagersDataTable.AddTimesheetManagersRow method (Guid, String, Boolean)

This member is reserved for internal use and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Function AddTimesheetManagersRow ( _
    RES_UID As Guid, _
    RES_NAME As String, _
    RES_IS_ACTIVE As Boolean _
) As TimesheetManagersDataSet.TimesheetManagersRow
'Usage
Dim instance As TimesheetManagersDataSet.TimesheetManagersDataTable
Dim RES_UID As Guid
Dim RES_NAME As String
Dim RES_IS_ACTIVE As Boolean
Dim returnValue As TimesheetManagersDataSet.TimesheetManagersRow

returnValue = instance.AddTimesheetManagersRow(RES_UID, _
    RES_NAME, RES_IS_ACTIVE)
public TimesheetManagersDataSet.TimesheetManagersRow AddTimesheetManagersRow(
    Guid RES_UID,
    string RES_NAME,
    bool RES_IS_ACTIVE
)

Parameters

Return value

Type: WebSvcAdmin.TimesheetManagersDataSet.TimesheetManagersRow
In general, developers should use the AddTimesheetManagersRow(TimesheetManagersDataSet.TimesheetManagersRow) overload.

See also

Reference

TimesheetManagersDataSet.TimesheetManagersDataTable class

TimesheetManagersDataSet.TimesheetManagersDataTable members

AddTimesheetManagersRow overload

WebSvcAdmin namespace