Share via


AnalysisDataSet.AnalysisPlannerSolutionsRow.SOLUTION_DESCRIPTION property

Gets the description of the portfolio analysis resource planner solutions. Read-only.

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

Syntax

'Declaration
Public Property SOLUTION_DESCRIPTION As String
    Get
    Set
'Usage
Dim instance As AnalysisDataSet.AnalysisPlannerSolutionsRow
Dim value As String

value = instance.SOLUTION_DESCRIPTION

instance.SOLUTION_DESCRIPTION = value
public string SOLUTION_DESCRIPTION { get; set; }

Property value

Type: System.String
Returns String.

Remarks

Note

This should be more detailed than the name.

See also

Reference

AnalysisDataSet.AnalysisPlannerSolutionsRow class

AnalysisDataSet.AnalysisPlannerSolutionsRow members

WebSvcPortfolioAnalyses namespace