TimesheetManagersDataSet.TimesheetManagersDataTable.FindByRES_UID-Methode
Sucht nach der TimesheetManagersRow , die die angegebene Ressource entspricht.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function FindByRES_UID ( _
RES_UID As Guid _
) As TimesheetManagersDataSet.TimesheetManagersRow
'Usage
Dim instance As TimesheetManagersDataSet.TimesheetManagersDataTable
Dim RES_UID As Guid
Dim returnValue As TimesheetManagersDataSet.TimesheetManagersRow
returnValue = instance.FindByRES_UID(RES_UID)
public TimesheetManagersDataSet.TimesheetManagersRow FindByRES_UID(
Guid RES_UID
)
Parameter
RES_UID
Typ: System.GuidDie GUID der Arbeitszeittabellen-Manager.
Rückgabewert
Typ: WebSvcAdmin.TimesheetManagersDataSet.TimesheetManagersRow
Ein TimesheetManagersRow -Objekt.
Siehe auch
Referenz
TimesheetManagersDataSet.TimesheetManagersDataTable Klasse