TimesheetDataSet.ActionsDataTable.FindByTS_ACTION_UID-Methode
Ruft ein ActionsRow -Objekt mit der angegebenen Arbeitszeitnachweis Aktions-GUID ab.
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
)
Parameter
TS_ACTION_UID
Typ: System.GuidDie Arbeitszeittabelle Aktions-GUID enthält.
Rückgabewert
Typ: WebSvcTimeSheet.TimesheetDataSet.ActionsRow
Siehe auch
Referenz
TimesheetDataSet.ActionsDataTable Klasse