Share via


AnalysisDataSet.AnalysisRow.PRIORITIZATION_TYPE Property

Gets or sets the prioritization type used for the portfolio analysis.

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 PRIORITIZATION_TYPE As Integer
    Get
    Set
'Usage
Dim instance As AnalysisDataSet.AnalysisRow
Dim value As Integer

value = instance.PRIORITIZATION_TYPE

instance.PRIORITIZATION_TYPE = value
public int PRIORITIZATION_TYPE { get; set; }

Property Value

Type: System.Int32
Returns Int32.

Remarks

The value must correspond with one of the entries in Optimizer.PrioritizationType enum.

See Also

Reference

AnalysisDataSet.AnalysisRow Class

AnalysisDataSet.AnalysisRow Members

PortfolioAnalyses Web Service