Project.OptimizerDecision property

Gets the result of the Optimizer in a project portfolio analysis.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property OptimizerDecision As CommittedDecisionResult
    Get
'Usage
Dim instance As Project
Dim value As CommittedDecisionResult

value = instance.OptimizerDecision
[RemoteAttribute]
public CommittedDecisionResult OptimizerDecision { get; }

Property value

Type: Microsoft.ProjectServer.Client.CommittedDecisionResult
The result of the Optimizer.

See also

Reference

Project class

Project members

Microsoft.ProjectServer.Client namespace