Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the value that specifies the decision for a project in the Portfolio Analysis Cost Optimizer.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property OPTIMIZER_DECISION As Integer
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Integer
value = instance.OPTIMIZER_DECISION
instance.OPTIMIZER_DECISION = value
public int OPTIMIZER_DECISION { get; set; }
Property value
Type: System.Int32
An integer value that specifies a decision.
Remarks
Read-only. The OPTIMIZER_DECISION value corresponds to the Optimizer.CommittedDecisionResult enumeration.
See also
Reference
ProjectDataSet.ProjectRow class