ProjectDataSet.ProjectRow.OPTIMIZER_SOLUTION_UID Property
Gets the GUID of the Portfolio Analysis Cost Optimizer solution that the project belongs to.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
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
Remarks
Read-only.
See Also
Reference
ProjectDataSet.ProjectRow Class