PlannerSolutionDataSet.SolutionEfficientFrontierRow.X_VALUE property
Obtém o valor de X do ponto correspondente à restrição de recursos. Somente leitura.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Property X_VALUE As Decimal
Get
Set
'Uso
Dim instance As PlannerSolutionDataSet.SolutionEfficientFrontierRow
Dim value As Decimal
value = instance.X_VALUE
instance.X_VALUE = value
public decimal X_VALUE { get; set; }
Property value
Type: System.Decimal
Retorna Decimal.
Ver também
Referência
PlannerSolutionDataSet.SolutionEfficientFrontierRow class