Share via


ProjectDataSet.DependencyDataTable.NewDependencyRow Method

Creates a row object in the DependencyDataTable.

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

Syntax

'Declaration
Public Function NewDependencyRow As ProjectDataSet.DependencyRow
'Usage
Dim instance As ProjectDataSet.DependencyDataTable
Dim returnValue As ProjectDataSet.DependencyRow

returnValue = instance.NewDependencyRow()
public ProjectDataSet.DependencyRow NewDependencyRow()

Return Value

Type: [Statusing Web service].ProjectDataSet.DependencyRow

See Also

Reference

ProjectDataSet.DependencyDataTable Class

ProjectDataSet.DependencyDataTable Members

Statusing Web Service