TimesheetDataSet.AuditsDataTable.FindByTS_ACT_AUD_UIDTS_ACT_AUD_OPERATION_ENUMTS_LINE_UIDTS_ACT_START_DATE Method

Gets the AuditssRow object specified by the timesheet action audit, the audit operation, and the timesheet line.

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_ACT_AUD_UIDTS_ACT_AUD_OPERATION_ENUMTS_LINE_UIDTS_ACT_START_DATE ( _
    TS_ACT_AUD_UID As Guid, _
    TS_ACT_AUD_OPERATION_ENUM As Byte, _
    TS_LINE_UID As Guid, _
    TS_ACT_START_DATE As DateTime _
) As TimesheetDataSet.AuditsRow
'Usage
Dim instance As TimesheetDataSet.AuditsDataTable
Dim TS_ACT_AUD_UID As Guid
Dim TS_ACT_AUD_OPERATION_ENUM As Byte
Dim TS_LINE_UID As Guid
Dim TS_ACT_START_DATE As DateTime
Dim returnValue As TimesheetDataSet.AuditsRow

returnValue = instance.FindByTS_ACT_AUD_UIDTS_ACT_AUD_OPERATION_ENUMTS_LINE_UIDTS_ACT_START_DATE(TS_ACT_AUD_UID, _
    TS_ACT_AUD_OPERATION_ENUM, TS_LINE_UID, _
    TS_ACT_START_DATE)
public TimesheetDataSet.AuditsRow FindByTS_ACT_AUD_UIDTS_ACT_AUD_OPERATION_ENUMTS_LINE_UIDTS_ACT_START_DATE(
    Guid TS_ACT_AUD_UID,
    byte TS_ACT_AUD_OPERATION_ENUM,
    Guid TS_LINE_UID,
    DateTime TS_ACT_START_DATE
)

Parameters

  • TS_ACT_AUD_UID
    Type: System.Guid
    Contains the timesheet action audit GUID.
  • TS_LINE_UID
    Type: System.Guid
    Contains the timesheet line GUID.
  • TS_ACT_START_DATE
    Type: System.DateTime
    Contains the timesheet actual start date.

Return Value

Type: [TimeSheet Web service].TimesheetDataSet.AuditsRow

See Also

Reference

TimesheetDataSet.AuditsDataTable Class

TimesheetDataSet.AuditsDataTable Members

TimeSheet Web Service