Share via


DepartmentsDataSet.DepartmentsDataTable.NewDepartmentsRow method

Creates a DepartmentsRow object that represents one department in the DepartmentsDataTable.

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

Syntax

'Declaration
Public Function NewDepartmentsRow As DepartmentsDataSet.DepartmentsRow
'Usage
Dim instance As DepartmentsDataSet.DepartmentsDataTable
Dim returnValue As DepartmentsDataSet.DepartmentsRow

returnValue = instance.NewDepartmentsRow()
public DepartmentsDataSet.DepartmentsRow NewDepartmentsRow()

Return value

Type: WebSvcAdmin.DepartmentsDataSet.DepartmentsRow

See also

Reference

DepartmentsDataSet.DepartmentsDataTable class

DepartmentsDataSet.DepartmentsDataTable members

WebSvcAdmin namespace