OptimizerSolutionDataSet.SolutionConstraintValuesRow.SOLUTION_UID property
Gets or sets the GUID of the optimizer solution that the constraint and project belong to.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property SOLUTION_UID As Guid
Get
Set
'Usage
Dim instance As OptimizerSolutionDataSet.SolutionConstraintValuesRow
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
OptimizerSolutionDataSet.SolutionConstraintValuesRow class
OptimizerSolutionDataSet.SolutionConstraintValuesRow members