Share via


TimesheetDataSet.ActionsDataTable.FindByTS_ACTION_UID method

Retrieves a ActionsRow object by using the specified timesheet action GUID.

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

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: WebSvcTimeSheet.TimesheetDataSet.ActionsRow

See also

Reference

TimesheetDataSet.ActionsDataTable class

TimesheetDataSet.ActionsDataTable members

WebSvcTimeSheet namespace