Share via


ImportTimesheetDataSet.LinesDataTable.AddLinesRow Method (ImportTimesheetDataSet.LinesRow)

Adds a LinesRow object to the LineDataTable.

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 Sub AddLinesRow ( _
    row As ImportTimesheetDataSet.LinesRow _
)
'Usage
Dim instance As ImportTimesheetDataSet.LinesDataTable
Dim row As ImportTimesheetDataSet.LinesRow

instance.AddLinesRow(row)
public void AddLinesRow(
    ImportTimesheetDataSet.LinesRow row
)

Parameters

See Also

Reference

ImportTimesheetDataSet.LinesDataTable Class

ImportTimesheetDataSet.LinesDataTable Members

AddLinesRow Overload

Statusing Web Service