Share via


ImportTimesheetDataSet.LinesDataTable.FindByTS_LINE_UID method

Retrieves a ImportTimesheetDataSet object by using the specified line GUID.

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

Syntax

'Declaration
Public Function FindByTS_LINE_UID ( _
    TS_LINE_UID As Guid _
) As ImportTimesheetDataSet.LinesRow
'Usage
Dim instance As ImportTimesheetDataSet.LinesDataTable
Dim TS_LINE_UID As Guid
Dim returnValue As ImportTimesheetDataSet.LinesRow

returnValue = instance.FindByTS_LINE_UID(TS_LINE_UID)
public ImportTimesheetDataSet.LinesRow FindByTS_LINE_UID(
    Guid TS_LINE_UID
)

Parameters

  • TS_LINE_UID
    Type: System.Guid

    Contains the timesheet line GUID.

Return value

Type: WebSvcStatusing.ImportTimesheetDataSet.LinesRow

See also

Reference

ImportTimesheetDataSet.LinesDataTable class

ImportTimesheetDataSet.LinesDataTable members

WebSvcStatusing namespace