PlannerSolutionDataSet.SolutionProjectsRow.FORCE_STATUS Property
Gets or sets the value that specifies whether project status is a forced decision
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 PlannerSolutionDataSet.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 is manually selected by the user. It takes the following values:
Value |
Meaning |
0 |
Project is forced in by the user. |
1 |
Project is forced out by the user. |
2 |
Project is automatically selected. (Default) |
See Also
Reference
PlannerSolutionDataSet.SolutionProjectsRow Class