ProjectDataSet.TaskRow.TASK_IS_SUMMARY property

Indicates whether the task is a summary task.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property TASK_IS_SUMMARY As Boolean
    Get
    Set
'Usage
Dim instance As ProjectDataSet.TaskRow
Dim value As Boolean

value = instance.TASK_IS_SUMMARY

instance.TASK_IS_SUMMARY = value
public bool TASK_IS_SUMMARY { get; set; }

Property value

Type: System.Boolean

Remarks

Read-only. A summary task consists of subtasks and summarizes those subtasks, which appear indented under a summary task.

See also

Reference

ProjectDataSet.TaskRow class

ProjectDataSet.TaskRow members

WebSvcProject namespace