PlannerSolutionDataSet.SolutionsRow.TOTAL_PRIORITY_VALUE Property

Gets the value that is the sum of the priority values of all projects that are selected in the planner solution. Read-only.

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 TOTAL_PRIORITY_VALUE As Decimal
    Get
    Set
'Usage
Dim instance As PlannerSolutionDataSet.SolutionsRow
Dim value As Decimal

value = instance.TOTAL_PRIORITY_VALUE

instance.TOTAL_PRIORITY_VALUE = value
public decimal TOTAL_PRIORITY_VALUE { get; set; }

Property Value

Type: System.Decimal
Returns Decimal.

See Also

Reference

PlannerSolutionDataSet.SolutionsRow Class

PlannerSolutionDataSet.SolutionsRow Members

PortfolioAnalyses Web Service