Aracılığıyla paylaş


ProjectTimesheetLinesDataSet.ProjectTimesheetLinesDataTable.FindByTS_LINE_UID Method

Retrieves a ProjectTimesheetLinesRow object by using the specified timesheet line 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 ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow
'Usage
Dim instance As ProjectTimesheetLinesDataSet.ProjectTimesheetLinesDataTable
Dim TS_LINE_UID As Guid
Dim returnValue As ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow

returnValue = instance.FindByTS_LINE_UID(TS_LINE_UID)
public ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow 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].ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow

See Also

Reference

ProjectTimesheetLinesDataSet.ProjectTimesheetLinesDataTable Class

ProjectTimesheetLinesDataSet.ProjectTimesheetLinesDataTable Members

TimeSheet Web Service