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
- row
Type: [Statusing Web service].ImportTimesheetDataSet.LinesRow
Contains the row that is to be added.
See Also
Reference
ImportTimesheetDataSet.LinesDataTable Class