Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the task has rollup data for the assignment.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property TASK_IS_ROLLUP_ASSN As Boolean
Get
Set
'Usage
Dim instance As StatusingDataSet.TasksRow
Dim value As Boolean
value = instance.TASK_IS_ROLLUP_ASSN
instance.TASK_IS_ROLLUP_ASSN = value
public bool TASK_IS_ROLLUP_ASSN { get; set; }
Property value
Type: System.Boolean
See also
Reference
StatusingDataSet.TasksRow class