OptimizerSolutionDataSet.SolutionProjectsRow.STATUS Property
Gets or sets the value that specifies the status if the project within the optimizer solution.
Namespace: [PortfolioAnalyses Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/PortfolioAnalyses.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/PortfolioAnalyses.asmx?wsdl
Syntax
'Declaration
Public Property STATUS As Byte
Get
Set
'Usage
Dim instance As OptimizerSolutionDataSet.SolutionProjectsRow
Dim value As Byte
value = instance.STATUS
instance.STATUS = value
public byte STATUS { get; set; }
Property Value
Type: System.Byte
Returns Byte.
Remarks
This value corresponds to an entry in Optimizer.DecisionResult enumeration.
See Also
Reference
OptimizerSolutionDataSet.SolutionProjectsRow Class