TimesheetLineClassDataSet.DepartmentsDataTable.AddDepartmentsRow method (Guid, Guid)

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 AddDepartmentsRow ( _
    TS_LINE_CLASS_UID As Guid, _
    TS_LINE_CLASS_DEPARTMENT_UID As Guid _
) As TimesheetLineClassDataSet.DepartmentsRow
'Usage
Dim instance As TimesheetLineClassDataSet.DepartmentsDataTable
Dim TS_LINE_CLASS_UID As Guid
Dim TS_LINE_CLASS_DEPARTMENT_UID As Guid
Dim returnValue As TimesheetLineClassDataSet.DepartmentsRow

returnValue = instance.AddDepartmentsRow(TS_LINE_CLASS_UID, _
    TS_LINE_CLASS_DEPARTMENT_UID)
public TimesheetLineClassDataSet.DepartmentsRow AddDepartmentsRow(
    Guid TS_LINE_CLASS_UID,
    Guid TS_LINE_CLASS_DEPARTMENT_UID
)

Parameters

Return value

Type: WebSvcAdmin.TimesheetLineClassDataSet.DepartmentsRow

Remarks

In general, developers should use the AddDepartmentsRow(TimesheetLineClassDataSet.DepartmentsRow) overload.

See also

Reference

TimesheetLineClassDataSet.DepartmentsDataTable class

TimesheetLineClassDataSet.DepartmentsDataTable members

AddDepartmentsRow overload

WebSvcAdmin namespace