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: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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