SummaryTaskPathDataSet.SummaryTaskPathDataTable.NewSummaryTaskPathRow method
Creates a row object in the SummaryTaskPathDataTable.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function NewSummaryTaskPathRow As SummaryTaskPathDataSet.SummaryTaskPathRow
'Usage
Dim instance As SummaryTaskPathDataSet.SummaryTaskPathDataTable
Dim returnValue As SummaryTaskPathDataSet.SummaryTaskPathRow
returnValue = instance.NewSummaryTaskPathRow()
public SummaryTaskPathDataSet.SummaryTaskPathRow NewSummaryTaskPathRow()
Return value
Type: WebSvcStatusing.SummaryTaskPathDataSet.SummaryTaskPathRow
See also
Reference
SummaryTaskPathDataSet.SummaryTaskPathDataTable class