Share via


TimesheetDataSet.LinesDataTable.FindByTS_LINE_UID method

Retrieves a LinesRow object by using the specified timesheet GUID.

Namespace:  WebSvcTimeSheet
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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: WebSvcTimeSheet.TimesheetDataSet.LinesRow
A row object.

See also

Reference

TimesheetDataSet.LinesDataTable class

TimesheetDataSet.LinesDataTable members

WebSvcTimeSheet namespace