TimesheetDataSet.HeadersDataTable.FindByTS_UID Method

Retrieves a HeadersRow 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_UID ( _
    TS_UID As Guid _
) As TimesheetDataSet.HeadersRow
'Usage
Dim instance As TimesheetDataSet.HeadersDataTable
Dim TS_UID As Guid
Dim returnValue As TimesheetDataSet.HeadersRow

returnValue = instance.FindByTS_UID(TS_UID)
public TimesheetDataSet.HeadersRow FindByTS_UID(
    Guid TS_UID
)

Parameters

  • TS_UID
    Type: System.Guid
    Contains the timesheet GUID.

Return Value

Type: [TimeSheet Web service].TimesheetDataSet.HeadersRow

See Also

Reference

TimesheetDataSet.HeadersDataTable Class

TimesheetDataSet.HeadersDataTable Members

TimeSheet Web Service