Share via


TimesheetDataSet.ActionsDataTable.FindByTS_ACTION_UID Method

Retrieves a ActionsRow object by using the specified timesheet action 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_ACTION_UID ( _
    TS_ACTION_UID As Guid _
) As TimesheetDataSet.ActionsRow
'Usage
Dim instance As TimesheetDataSet.ActionsDataTable
Dim TS_ACTION_UID As Guid
Dim returnValue As TimesheetDataSet.ActionsRow

returnValue = instance.FindByTS_ACTION_UID(TS_ACTION_UID)
public TimesheetDataSet.ActionsRow FindByTS_ACTION_UID(
    Guid TS_ACTION_UID
)

Parameters

  • TS_ACTION_UID
    Type: System.Guid
    Contains the timesheet action GUID.

Return Value

Type: [TimeSheet Web service].TimesheetDataSet.ActionsRow

See Also

Reference

TimesheetDataSet.ActionsDataTable Class

TimesheetDataSet.ActionsDataTable Members

TimeSheet Web Service