PlannerSolutionDataSet.SolutionEfficientFrontierRow.Y_VALUE property
Obtém o valor Y do ponto, correspondente ao valor estratégico de uma solução de Planejador na análise. Somente leitura.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Property Y_VALUE As Decimal
Get
Set
'Uso
Dim instance As PlannerSolutionDataSet.SolutionEfficientFrontierRow
Dim value As Decimal
value = instance.Y_VALUE
instance.Y_VALUE = value
public decimal Y_VALUE { get; set; }
Property value
Type: System.Decimal
Retorna Decimal.
Ver também
Referência
PlannerSolutionDataSet.SolutionEfficientFrontierRow class