Optimizer.ForceStatus enumeration

Specifies whether a project is enforced in a solution.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Enumeration ForceStatus
'Usage
Dim instance As Optimizer.ForceStatus
public enum ForceStatus

Members

Member name Description
ForceIn Value = 0. Enforced in solution.
ForceOut Value = 1. Forced out of the solution.
Auto Value = 2. Decision is left to the optimizer.

See also

Reference

Microsoft.Office.Project.Server.Library namespace