de la propiedad PlannerSolutionDataSet.SolutionsRow.SOLUTION_DESCRIPTION
Obtiene o establece la descripción de la solución de planificador.
Espacio de nombres: WebSvcPortfolioAnalyses
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Property SOLUTION_DESCRIPTION As String
Get
Set
'Uso
Dim instance As PlannerSolutionDataSet.SolutionsRow
Dim value As String
value = instance.SOLUTION_DESCRIPTION
instance.SOLUTION_DESCRIPTION = value
public string SOLUTION_DESCRIPTION { get; set; }
Valor de propiedad
Tipo: System.String
Devuelve String.
Vea también
Referencia
clase PlannerSolutionDataSet.SolutionsRow