ResourceAssignmentDataSet.ResourceAssignmentRow.TASK_IS_SUMMARY Property
Gets the Boolean value that specifies whether the assignment belongs to a summary task. Read-only.
Namespace: [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl
Syntax
'Declaration
Public Property TASK_IS_SUMMARY As Boolean
Get
Set
'Usage
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
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
Returns Boolean.
See Also
Reference
ResourceAssignmentDataSet.ResourceAssignmentRow Class