TimesheetDataSet.LinesDataTable.FindByTS_LINE_UID Method
Retrieves a LinesRow object by using the specified timesheet GUID.
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 Function FindByTS_LINE_UID ( _
TS_LINE_UID As Guid _
) As TimesheetDataSet.LinesRow
'Usage
Dim instance As TimesheetDataSet.LinesDataTable
Dim TS_LINE_UID As Guid
Dim returnValue As TimesheetDataSet.LinesRow
returnValue = instance.FindByTS_LINE_UID(TS_LINE_UID)
public TimesheetDataSet.LinesRow FindByTS_LINE_UID(
Guid TS_LINE_UID
)
Parameters
- TS_LINE_UID
Type: System.Guid
Contains the timesheet line GUID.
Return Value
Type: [TimeSheet Web service].TimesheetDataSet.LinesRow
See Also
Reference
TimesheetDataSet.LinesDataTable Class