Project.PlannerDecision property

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

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

Syntax

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

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

Property value

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

See also

Reference

Project class

Project members

Microsoft.ProjectServer.Client namespace