Share via


TimesheetAuditExportDataSet.AuditExportsDataTable.Item Property

Gets a row of timesheet auditing information, at the specified index location in the AuditExportsDataTable.

Namespace:  [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl

Syntax

'Declaration
Public ReadOnly Property Item ( _
    index As Integer _
) As TimesheetAuditExportDataSet.AuditExportsRow
    Get
'Usage
Dim instance As TimesheetAuditExportDataSet.AuditExportsDataTable
Dim index As Integer
Dim value As TimesheetAuditExportDataSet.AuditExportsRow

value = instance.Item(index)
public TimesheetAuditExportDataSet.AuditExportsRow this[
    int index
] { get; }

Parameters

  • index
    Type: System.Int32
    An integer offset into the AuditExportsDataTable.

Property Value

Type: [Admin Web service].TimesheetAuditExportDataSet.AuditExportsRow

See Also

Reference

TimesheetAuditExportDataSet.AuditExportsDataTable Class

TimesheetAuditExportDataSet.AuditExportsDataTable Members

Admin Web Service