Optimizer.CommittedDecisionResult enumeration
Office 2013 and later
Specifies the whether an item is included in an optimizer function.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
| Member name | Description | |
|---|---|---|
| ForcedIn | Value = 0. Item is forced into the optimizer function regardless of other filters. | |
| ForcedOut | Value = 1. Item is forced out of the optimizer function regardless of other filters. | |
| Out | Value = 2. Item is not included in the optimizer function. | |
| In | Value = 3. Item is included in the optimizer function. |
Show: