ProjectDataSet.ProjectRow.OPTIMIZER_DECISION property

Gets the value that specifies the decision for a project in the Portfolio Analysis Cost Optimizer.

Namespace:  WebSvcStatusing
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

Remarks

Read-only. The OPTIMIZER_DECISION value corresponds to the Optimizer.CommittedDecisionResult enumeration.

See also

Reference

ProjectDataSet.ProjectRow class

ProjectDataSet.ProjectRow members

WebSvcStatusing namespace