TimesheetDataSet.ActualsRow.LinesRow Property
Returns the related TimesheetDataSet.LinesRow object.
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 Property LinesRow As TimesheetDataSet.LinesRow
Get
Set
'Usage
Dim instance As TimesheetDataSet.ActualsRow
Dim value As TimesheetDataSet.LinesRow
value = instance.LinesRow
instance.LinesRow = value
public TimesheetDataSet.LinesRow LinesRow { get; set; }
Property Value
Type: [TimeSheet Web service].TimesheetDataSet.LinesRow
See Also
Reference
TimesheetDataSet.ActualsRow Class