AnalysisDataSet.AnalysisRow.ANALYSIS_DESCRIPTION Property
Gets or sets the description of 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 ANALYSIS_DESCRIPTION As String
Get
Set
'Usage
Dim instance As AnalysisDataSet.AnalysisRow
Dim value As String
value = instance.ANALYSIS_DESCRIPTION
instance.ANALYSIS_DESCRIPTION = value
public string ANALYSIS_DESCRIPTION { get; set; }
Property Value
Type: System.String
Returns String.
Remarks
Note
The description should be longer and more detailed than the name.
See Also
Reference
AnalysisDataSet.AnalysisRow Class