de la propiedad PlannerSolutionDataSet.SolutionProjectsRow.PRIORITY
Obtiene la prioridad asignada al proyecto dentro del análisis. Es de sólo lectura.
Espacio de nombres: WebSvcPortfolioAnalyses
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Property PRIORITY As Double
Get
Set
'Uso
Dim instance As PlannerSolutionDataSet.SolutionProjectsRow
Dim value As Double
value = instance.PRIORITY
instance.PRIORITY = value
public double PRIORITY { get; set; }
Valor de propiedad
Tipo: System.Double
Devuelve Double.
Comentarios
Nota
Este valor debe estar entre 0,0 (que representan 0%) y 1.0 (que representa el 100%). Este valor está normalizada en el análisis; debe sumar a 1,0 para todos los proyectos incluidos.
Vea también
Referencia
clase PlannerSolutionDataSet.SolutionProjectsRow