AnalysisDataSet.AnalysisRow.PRIORITIZATION_TYPE property
Gets or sets the prioritization type used for the portfolio analysis.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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