PlannerSolutionDataSet.SolutionsRow.ANALYSIS_UID Property
Gets or sets the GUID of the analysis the planner solution is based on.
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_UID As Guid
Get
Set
'Usage
Dim instance As PlannerSolutionDataSet.SolutionsRow
Dim value As Guid
value = instance.ANALYSIS_UID
instance.ANALYSIS_UID = value
public Guid ANALYSIS_UID { get; set; }
Property Value
Type: System.Guid
Returns Guid.
See Also
Reference
PlannerSolutionDataSet.SolutionsRow Class