TimesheetAuditExportDataSet.AuditExportsDataTable.GetEnumerator Method
Gets an enumerator that is used to iterate through the rows of 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 Overridable Function GetEnumerator As IEnumerator
'Usage
Dim instance As TimesheetAuditExportDataSet.AuditExportsDataTable
Dim returnValue As IEnumerator
returnValue = instance.GetEnumerator()
public virtual IEnumerator GetEnumerator()
Return Value
Type: System.Collections.IEnumerator
Implements
See Also
Reference
TimesheetAuditExportDataSet.AuditExportsDataTable Class