PlannerSolutionDataSet.SolutionProjectsRow.SOLUTION_UID property

Gets or sets the planner solutions GUID.

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

Syntax

'Declaration
Public Property SOLUTION_UID As Guid
    Get
    Set
'Usage
Dim instance As PlannerSolutionDataSet.SolutionProjectsRow
Dim value As Guid

value = instance.SOLUTION_UID

instance.SOLUTION_UID = value
public Guid SOLUTION_UID { get; set; }

Property value

Type: System.Guid
Returns Guid.

See also

Reference

PlannerSolutionDataSet.SolutionProjectsRow class

PlannerSolutionDataSet.SolutionProjectsRow members

WebSvcPortfolioAnalyses namespace