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:  ProjectServerWebServices (in ProjectServerWebServices.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 a 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.

See Also

Reference

ProjectDataSet.TaskRow Members

WebSvcStatusing Namespace