PlannerSolutionDataSet.SolutionProjectsRow.STATUS property

Gets or sets the value that specifies whether the project is selected or not.

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

Syntax

'Declaration
Public Property STATUS As Byte
    Get
    Set
'Usage
Dim instance As PlannerSolutionDataSet.SolutionProjectsRow
Dim value As Byte

value = instance.STATUS

instance.STATUS = value
public byte STATUS { get; set; }

Property value

Type: System.Byte
Returns Byte.

Remarks

It takes one of the two values:

Value

Meaning

0

Unselected (Out)

1

Selected (In)

See also

Reference

PlannerSolutionDataSet.SolutionProjectsRow class

PlannerSolutionDataSet.SolutionProjectsRow members

WebSvcPortfolioAnalyses namespace