ProjectDataSet.TaskRow.TASK_IS_SUMMARY Property

Indicates if a task is a summary task.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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