Share via


ProjectRelationsDataSet.ProjectRelationsDataTable.NewProjectRelationsRow Method

Creates a row object in the ProjectRelationsDataTable.

Namespace:  [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl

Syntax

'Declaration
Public Function NewProjectRelationsRow As ProjectRelationsDataSet.ProjectRelationsRow
'Usage
Dim instance As ProjectRelationsDataSet.ProjectRelationsDataTable
Dim returnValue As ProjectRelationsDataSet.ProjectRelationsRow

returnValue = instance.NewProjectRelationsRow()
public ProjectRelationsDataSet.ProjectRelationsRow NewProjectRelationsRow()

Return Value

Type: [Project Web service].ProjectRelationsDataSet.ProjectRelationsRow

See Also

Reference

ProjectRelationsDataSet.ProjectRelationsDataTable Class

ProjectRelationsDataSet.ProjectRelationsDataTable Members

Project Web Service