Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a row object in the SyncErrorsDataTable.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function NewSyncErrorsRow As SyncErrorsDataSet.SyncErrorsRow
'Usage
Dim instance As SyncErrorsDataSet.SyncErrorsDataTable
Dim returnValue As SyncErrorsDataSet.SyncErrorsRow
returnValue = instance.NewSyncErrorsRow()
public SyncErrorsDataSet.SyncErrorsRow NewSyncErrorsRow()
Return value
Type: WebSvcProject.SyncErrorsDataSet.SyncErrorsRow
See also
Reference
SyncErrorsDataSet.SyncErrorsDataTable class