TimesheetAuditExportDataSet.AuditExportsRow class
Contains a row of timesheet auditing information.
Inheritance hierarchy
System.Object
System.Data.DataRow
WebSvcAdmin.TimesheetAuditExportDataSet.AuditExportsRow
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Class AuditExportsRow _
Inherits DataRow
'Usage
Dim instance As TimesheetAuditExportDataSet.AuditExportsRow
public class AuditExportsRow : DataRow
Remarks
Represents one row of data from the TimesheetAuditExportDataSet.AuditExportsDataTable table.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.