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.
Specifies whether the actual cost field value is rolled down to the associated assignment(s).
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property IS_ROLLED_DOWN As Boolean
Get
Set
'Usage
Dim instance As ResourcePlanDataSet.PlanAssignmentCustomFieldsRow
Dim value As Boolean
value = instance.IS_ROLLED_DOWN
instance.IS_ROLLED_DOWN = value
public bool IS_ROLLED_DOWN { get; set; }
Property value
Type: System.Boolean
See also
Reference
ResourcePlanDataSet.PlanAssignmentCustomFieldsRow class