StatusingAssignmentsDataSet.AssignmentsDataTable.NewAssignmentsRow Method
Creates a row object in the AssignmentsDataTable.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public Function NewAssignmentsRow As StatusingAssignmentsDataSet.AssignmentsRow
'Usage
Dim instance As StatusingAssignmentsDataSet.AssignmentsDataTable
Dim returnValue As StatusingAssignmentsDataSet.AssignmentsRow
returnValue = instance.NewAssignmentsRow()
public StatusingAssignmentsDataSet.AssignmentsRow NewAssignmentsRow()
Return Value
Type: [Statusing Web service].StatusingAssignmentsDataSet.AssignmentsRow
See Also
Reference
StatusingAssignmentsDataSet.AssignmentsDataTable Class