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