ProjectDataSet.ProjectRow.PLANNER_DECISION property
Gets the value that specifies the decision taken for a project in the Portfolio Analysis Resource Planner.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property PLANNER_DECISION As Integer
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Integer
value = instance.PLANNER_DECISION
instance.PLANNER_DECISION = value
public int PLANNER_DECISION { get; set; }
Property value
Type: System.Int32
An integer value that represents the decision.
Remarks
Read-only. These values correspond to the Optimizer.CommittedDecisionResult enumeration.
See also
Reference
ProjectDataSet.ProjectRow class