ProjectDataSet.ProjectRow.PLANNER_DECISION Property
Gets the value that specifies the decision taken for a project in the Portfolio Analysis Resource Planner.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
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
Remarks
Read-only. These values correspond to the Optimizer.CommittedDecisionResult enumeration.
See Also
Reference
ProjectDataSet.ProjectRow Class