SyncErrorsDataSet.SyncErrorsDataTable class
Represents information about project synchronization errors that is contained in one or more SyncErrorsDataSet.SyncErrorsRow objects.
Inheritance hierarchy
System.Object
System.ComponentModel.MarshalByValueComponent
System.Data.DataTable
WebSvcProject.SyncErrorsDataSet.SyncErrorsDataTable
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class SyncErrorsDataTable _
Inherits DataTable _
Implements IEnumerable
'Usage
Dim instance As SyncErrorsDataSet.SyncErrorsDataTable
[SerializableAttribute]
public class SyncErrorsDataTable : DataTable,
IEnumerable
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.