ResourcePlanDataSet.PlanAssignmentCustomFieldsRow.IsIS_ROLLED_DOWNNull method
Determines whether the IS_ROLLED_DOWN property is set to a null value.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsIS_ROLLED_DOWNNull As Boolean
'Usage
Dim instance As ResourcePlanDataSet.PlanAssignmentCustomFieldsRow
Dim returnValue As Boolean
returnValue = instance.IsIS_ROLLED_DOWNNull()
public bool IsIS_ROLLED_DOWNNull()
Return value
Type: System.Boolean
See also
Reference
ResourcePlanDataSet.PlanAssignmentCustomFieldsRow class