StatusingAssignmentsDataSet.AssignmentsRow.TASK_IS_SUMMARY Property
Indicates whether a task is a summary task.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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