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