Optimizer.DecisionResult Enumeration
Specifies the whether the 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)
Syntax
'Declaration
Public Enumeration DecisionResult
'Usage
Dim instance As Optimizer.DecisionResult
public enum DecisionResult
Members
Member name | Description | |
---|---|---|
Out | Value = 1. Item is not included in the optimizer function. | |
In | Value = 0. Item is included in the optimizer function. |