ProjectDataSet.AssignmentDataTable.NewAssignmentRow method
Creates a row object in the AssignmentDataTable.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function NewAssignmentRow As ProjectDataSet.AssignmentRow
'Usage
Dim instance As ProjectDataSet.AssignmentDataTable
Dim returnValue As ProjectDataSet.AssignmentRow
returnValue = instance.NewAssignmentRow()
public ProjectDataSet.AssignmentRow NewAssignmentRow()
Return value
Type: WebSvcProject.ProjectDataSet.AssignmentRow
See also
Reference
ProjectDataSet.AssignmentDataTable class