OptimizerSolutionDataSet.SolutionProjectsRow.STATUS property
Gets or sets the value that specifies the status if the project within the optimizer solution.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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