Share via


StatusingDataSet.AssignmentsRow.TASK_IS_SUMMARY property

Indicates whether a task is a summary task.

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

Syntax

'Declaration
Public Property TASK_IS_SUMMARY As Boolean
    Get
    Set
'Usage
Dim instance As StatusingDataSet.AssignmentsRow
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

StatusingDataSet.AssignmentsRow class

StatusingDataSet.AssignmentsRow members

WebSvcStatusing namespace