ResourceAssignmentDataSet.ResourceAssignmentRow.TASK_IS_SUMMARY property
Gets the Boolean value that specifies whether the assignment belongs to a summary task. Read-only.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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