PlannerSolutionDataSet.SolutionsRow.ALLOCATION_THRESHOLD - Propriété
Obtient ou définit un nombre de pourcentage compris entre 0 et 100 qui spécifie le seuil minimum d'une ressource à allouer pour un projet.
Espace de noms : WebSvcPortfolioAnalyses
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property ALLOCATION_THRESHOLD As Double
Get
Set
'Utilisation
Dim instance As PlannerSolutionDataSet.SolutionsRow
Dim value As Double
value = instance.ALLOCATION_THRESHOLD
instance.ALLOCATION_THRESHOLD = value
public double ALLOCATION_THRESHOLD { get; set; }
Valeur de propriété
Type : System.Double
Cette propriété renvoie Double.
Remarques
Notes
Si le seuil de répartition est inférieur à 100 %, les projets peuvent être sélectionnés ou contenir moins de ressources.
Voir aussi
Référence
PlannerSolutionDataSet.SolutionsRow classe