Share via


AnalysisDataSet.AnalysisRow.ANALYSIS_TYPE property

Gets or sets the type of the portfolio analysis that will be performed.

Namespace:  WebSvcPortfolioAnalyses
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property ANALYSIS_TYPE As Integer
    Get
    Set
'Usage
Dim instance As AnalysisDataSet.AnalysisRow
Dim value As Integer

value = instance.ANALYSIS_TYPE

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

Property value

Type: System.Int32
Returns Int32.

Remarks

This value must correspond with one of the entries in Optimizer.AnalysisType enum.

See also

Reference

AnalysisDataSet.AnalysisRow class

AnalysisDataSet.AnalysisRow members

WebSvcPortfolioAnalyses namespace