PlannerSolutionDataSet.SolutionProjectsRow.FORCE_STATUS property

Gets or sets the value that specifies whether project status is a forced decision

Namespace:  WebSvcPortfolioAnalyses
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

PlannerSolutionDataSet.SolutionProjectsRow members

WebSvcPortfolioAnalyses namespace