AnalysisDataSet.AnalysisRow.ANALYSIS_TYPE Property
Gets or sets the type of the portfolio analysis that will be performed.
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 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