ProjectDataSet.ProjectRow.OPTIMIZER_DECISION Property
Gets the value that specifies the decision for a project in the Portfolio Analysis Cost Optimizer.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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