Share via


ProjectDataSet.DependencyDataTable.AddDependencyRow Method (ProjectDataSet.DependencyRow)

Adds a DependencyRow object to 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 Sub AddDependencyRow ( _
    row As ProjectDataSet.DependencyRow _
)
'Usage
Dim instance As ProjectDataSet.DependencyDataTable
Dim row As ProjectDataSet.DependencyRow

instance.AddDependencyRow(row)
public void AddDependencyRow(
    ProjectDataSet.DependencyRow row
)

Parameters

See Also

Reference

ProjectDataSet.DependencyDataTable Class

ProjectDataSet.DependencyDataTable Members

AddDependencyRow Overload

Statusing Web Service