TimesheetAuditExportDataSet.AuditExports Property
Gets table management information for the AuditExportsDataTable and gets row and column operations for the AuditExportsDataTableRow.
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
<BrowsableAttribute(False)> _
Public ReadOnly Property AuditExports As TimesheetAuditExportDataSet.AuditExportsDataTable
Get
'Usage
Dim instance As TimesheetAuditExportDataSet
Dim value As TimesheetAuditExportDataSet.AuditExportsDataTable
value = instance.AuditExports
[BrowsableAttribute(false)]
public TimesheetAuditExportDataSet.AuditExportsDataTable AuditExports { get; }
Property Value
Type: [Admin Web service].TimesheetAuditExportDataSet.AuditExportsDataTable
See Also
Reference
TimesheetAuditExportDataSet Class