ProjectDataSet.ProjectRow.OPTIMIZER_DECISION - Propriété

Obtient la valeur qui spécifie la décision pour un projet de l'optimiseur de coût d'analyse de portefeuille.

Espace de noms :  WebSvcStatusing
Assembly :  ProjectServerServices (dans ProjectServerServices.dll)

Syntaxe

'Déclaration
Public Property OPTIMIZER_DECISION As Integer
    Get
    Set
'Utilisation
Dim instance As ProjectDataSet.ProjectRow
Dim value As Integer

value = instance.OPTIMIZER_DECISION

instance.OPTIMIZER_DECISION = value
public int OPTIMIZER_DECISION { get; set; }

Valeur de propriété

Type : System.Int32

Remarques

En lecture seule. La valeur de OPTIMIZER_DECISION correspond à l'énumération Optimizer.CommittedDecisionResult .

Voir aussi

Référence

ProjectDataSet.ProjectRow classe

ProjectDataSet.ProjectRow - Membres

WebSvcStatusing - Espace de noms