DepartmentsDataSet.DepartmentsDataTable.NewDepartmentsRow Method
Creates a DepartmentsRow object that represents one department in the DepartmentsDataTable.
Namespace: [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl
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: [Admin Web service].DepartmentsDataSet.DepartmentsRow
See Also
Reference
DepartmentsDataSet.DepartmentsDataTable Class