StatusingAssignmentsDataSet.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 StatusingAssignmentsDataSet.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
StatusingAssignmentsDataSet.AssignmentsRow class