AnalysisDataSet.AnalysisPlannerSolutionsRow.ALLOCATION_THRESHOLD - Propriété
Obtient la valeur qui spécifie le pourcentage auquel un projet est considéré comme totalement avec ressource pour la solution. En lecture seule.
Espace de noms : WebSvcPortfolioAnalyses
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property ALLOCATION_THRESHOLD As Double
Get
Set
'Utilisation
Dim instance As AnalysisDataSet.AnalysisPlannerSolutionsRow
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
Cela doit être un nombre supérieur à 0.0 (représentant 0 %) et peut être supérieure à 1.0 (100 %).
Voir aussi
Référence
AnalysisDataSet.AnalysisPlannerSolutionsRow classe