ResourcePlanDataSet.PlanAssignmentCustomFieldsRow.IS_ROLLED_DOWN Property
Namespace: WebSvcResourcePlan
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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