ResourcePlanDataSet.PlanAssignmentCustomFieldsRow.IS_ROLLED_DOWN Property
Specifies whether the actual cost field value is rolled down to the associated assignment(s).
Namespace: [ResourcePlan Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/ResourcePlan.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/ResourcePlan.asmx?wsdl
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