Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds a LinesRow object to the LineDataTable.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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: WebSvcStatusing.ImportTimesheetDataSet.LinesRowContains the row that is to be added.
See also
Reference
ImportTimesheetDataSet.LinesDataTable class