PlannerSolutionDataSet.SolutionsRow.TOTAL_PRIORITY_VALUE - Propriété
Obtient la valeur qui correspond à la somme des valeurs de priorité de tous les projets sélectionnés dans la solution d'agent de planification. En lecture seule.
Espace de noms : WebSvcPortfolioAnalyses
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property TOTAL_PRIORITY_VALUE As Decimal
Get
Set
'Utilisation
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; }
Valeur de propriété
Type : System.Decimal
Cette propriété renvoie Decimal.
Voir aussi
Référence
PlannerSolutionDataSet.SolutionsRow classe