Compartir a través de


de la propiedad PlannerSolutionDataSet.SolutionsRow.OPTIMIZER_SOLUTION_NAME

Obtiene o establece el nombre de la solución de planificador.

Espacio de nombres:  WebSvcPortfolioAnalyses
Ensamblado:  ProjectServerServices (en ProjectServerServices.dll)

Sintaxis

'Declaración
Public Property OPTIMIZER_SOLUTION_NAME As String
    Get
    Set
'Uso
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; }

Valor de propiedad

Tipo: System.String
Devuelve String.

Vea también

Referencia

clase PlannerSolutionDataSet.SolutionsRow

Miembros PlannerSolutionDataSet.SolutionsRow

Espacio de nombres WebSvcPortfolioAnalyses