Optimizer.ForceInUid field

Contains a GUID that represents the in-solution project force status.

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

Syntax

'Declaration
Public Shared ReadOnly ForceInUid As Guid
'Usage
Dim value As Guid

value = Optimizer.ForceInUid
public static readonly Guid ForceInUid

Remarks

Force status is an enumerator that represents how a project is enforced in an Optimizer solution. Following is a list of force status definitions:

  • 0 = ForceIn; project is enforced in the Optimizer solution.

  • 1 = ForceOut; project is enforced out of the Optimizer solution.

  • 2 = Auto; project enforcement is determined by the Optimizer.

See also

Reference

Optimizer class

Optimizer members

Microsoft.Office.Project.Server.Library namespace