CommittedDecisionResult enumeration
Office 2013 and later
Specifies whether an item is included in an optimizer function or a planner function for project portfolio analysis.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
| Member name | Description | |
|---|---|---|
| NotSpecified | Value=-1. The committed decision result is not specified. This constant is used in place of a DBNull value. | |
| ForcedIn | Value=0. The item is forced into the function, regardless of other filters. | |
| ForcedOut | Value=1. The item is forced out of the function, regardless of other filters. | |
| CommittedOut | Value=2. The item is not included in the function. | |
| CommittedIn | Value=3. The item is included in the function. |
The CommittedDecisionResult enumeration in the CSOM is equivalent to Optimizer.CommittedDecisionResult in the Microsoft.Office.Project.Server.Library namespace. The CommittedDecisionResult constants can be used with the Project.OptimizerDecision property and the Project.PlannerDecision property.
Show: