OptimizerSolutionDataSet.SolutionProjectsRow.FORCE_STATUS Property
Gets or sets the value that specifies the forced status of 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 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