TimesheetDataSet.Lines Property

Contains a row for each line of each timesheet in this dataset.

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
<BrowsableAttribute(False)> _
Public ReadOnly Property Lines As TimesheetDataSet.LinesDataTable
    Get
'Usage
Dim instance As TimesheetDataSet
Dim value As TimesheetDataSet.LinesDataTable

value = instance.Lines
[BrowsableAttribute(false)]
public TimesheetDataSet.LinesDataTable Lines { get; }

Property Value

Type: [TimeSheet Web service].TimesheetDataSet.LinesDataTable

Remarks

The Lines table is composed of TimesheetDataSet.LinesRow rows.

See Also

Reference

TimesheetDataSet Class

TimesheetDataSet Members

TimeSheet Web Service