ProjectDataSet.ProjectRow.OPTIMIZER_SOLUTION_UID property

Gets or sets the GUID of the Portfolio Analysis Cost Optimizer solution that the project belongs to.

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

Syntax

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

value = instance.OPTIMIZER_SOLUTION_UID

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

Property value

Type: System.Guid
The GUID of the solution.

See also

Reference

ProjectDataSet.ProjectRow class

ProjectDataSet.ProjectRow members

WebSvcProject namespace