TimesheetAuditExportDataSet.AuditExportsDataTable.Item property
Gets a row of timesheet auditing information, at the specified index location in the AuditExportsDataTable.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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.Int32An integer offset into the AuditExportsDataTable.
Property value
Type: WebSvcAdmin.TimesheetAuditExportDataSet.AuditExportsRow
See also
Reference
TimesheetAuditExportDataSet.AuditExportsDataTable class