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