ProjectDataSet.TaskRow class
Defines the properties, methods, and events of one task in a TaskDataTable.
Inheritance hierarchy
System.Object
System.Data.DataRow
WebSvcStatusing.ProjectDataSet.TaskRow
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Class TaskRow _
Inherits DataRow
'Usage
Dim instance As ProjectDataSet.TaskRow
public class TaskRow : DataRow
Remarks
Note
The PSI can process up to 1000 rows of data at one time. If the total number of rows of new or updated data in all tables of ProjectDataSet exceeds 1000, the PSI returns the ProjectExceededItemsLimiterror().
For more information, see WebSvcStatusing.ProjectDataSet.TaskRow.
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.