PlannerSolutionDataSet.SolutionProjectsRow.STATUS Property
Gets or sets the value that specifies whether the project is selected or not.
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 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