ProjectDataSet.ProjectRow.PLANNER_SOLUTION_UID property
Gets the GUID of the Portfolio Analysis Resources Planner solution that a project belongs to.
Namespace: WebSvcProject
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
A planner solution GUID.
Remarks
Read-only.
See also
Reference
ProjectDataSet.ProjectRow class