共用方式為


PlannerSolutionDataSet.SolutionEfficientFrontierRow.X_VALUE Property

Gets the X value of the point corresponding to the resource constraint. Read-only.

Namespace:  [PortfolioAnalyses Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/PortfolioAnalyses.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/PortfolioAnalyses.asmx?wsdl

Syntax

'Declaration
Public Property X_VALUE As Decimal
    Get
    Set
'Usage
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
Returns Decimal.

See Also

Reference

PlannerSolutionDataSet.SolutionEfficientFrontierRow Class

PlannerSolutionDataSet.SolutionEfficientFrontierRow Members

PortfolioAnalyses Web Service