TimesheetDataSet.ActionsDataTable.FindByTS_ACTION_UID método
Recupera um objeto ActionsRow usando a ação de folha de ponto especificado GUID.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Function FindByTS_ACTION_UID ( _
TS_ACTION_UID As Guid _
) As TimesheetDataSet.ActionsRow
'Uso
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
)
Parâmetros
TS_ACTION_UID
Tipo: System.GuidContém o GUID de ação do quadro de horários.
Valor retornado
Tipo: WebSvcTimeSheet.TimesheetDataSet.ActionsRow
Ver também
Referência
TimesheetDataSet.ActionsDataTable classe