ProjectDataSet.DependencyDataTable.NewDependencyRow Method
Creates a DependencyRow object in the DependencyDataTable.
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 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: [Project Web service].ProjectDataSet.DependencyRow
See Also
Reference
ProjectDataSet.DependencyDataTable Class