TimesheetAuditExportDataSet.AuditExports property
Gets table management information for the AuditExportsDataTable and gets row and column operations for the AuditExportsDataTableRow.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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: WebSvcAdmin.TimesheetAuditExportDataSet.AuditExportsDataTable
See also
Reference
TimesheetAuditExportDataSet class