OptimizerSolutionDataSet.SolutionProjectsRow.FORCE_STATUS property
Gets or sets the value that specifies the forced status of the project within the optimizer solution.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property FORCE_STATUS As Byte
Get
Set
'Usage
Dim instance As OptimizerSolutionDataSet.SolutionProjectsRow
Dim value As Byte
value = instance.FORCE_STATUS
instance.FORCE_STATUS = value
public byte FORCE_STATUS { get; set; }
Property value
Type: System.Byte
Returns Byte.
Remarks
This value must correspond to an entry in Optimizer.ForceStatus
See also
Reference
OptimizerSolutionDataSet.SolutionProjectsRow class