ProjectDataSet.DependencyDataTable.NewDependencyRow Method
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
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: WebSvcProject.ProjectDataSet.DependencyRow
See Also
Reference
ProjectDataSet.DependencyDataTable Class