PlannerSolutionDataSet.SolutionsRow.OPTIMIZER_SOLUTION_NAME - Propriété
Obtient ou définit le nom de la solution d'agent de planification.
Espace de noms : WebSvcPortfolioAnalyses
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property OPTIMIZER_SOLUTION_NAME As String
Get
Set
'Utilisation
Dim instance As PlannerSolutionDataSet.SolutionsRow
Dim value As String
value = instance.OPTIMIZER_SOLUTION_NAME
instance.OPTIMIZER_SOLUTION_NAME = value
public string OPTIMIZER_SOLUTION_NAME { get; set; }
Valeur de propriété
Type : System.String
Retourne String .
Voir aussi
Référence
PlannerSolutionDataSet.SolutionsRow classe