ProjectDataSet.ProjectRow.PLANNER_SOLUTION_UID property

Gets the GUID of the Portfolio Analysis Resources Planner solution that a project belongs to.

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

Syntax

'Declaration
Public Property PLANNER_SOLUTION_UID As Guid
    Get
    Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Guid

value = instance.PLANNER_SOLUTION_UID

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

Property value

Type: System.Guid

Remarks

Read-only.

See also

Reference

ProjectDataSet.ProjectRow class

ProjectDataSet.ProjectRow members

WebSvcStatusing namespace