Report.SolutionQuality Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a value that specifies the quality of a solution.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public ReadOnly Property SolutionQuality As SolverQuality
public SolverQuality SolutionQuality { get; }
public:
property SolverQuality SolutionQuality {
    SolverQuality get ();
}
member SolutionQuality : SolverQuality
function get SolutionQuality () : SolverQuality

Property Value

Type: Microsoft.SolverFoundation.Services.SolverQuality
A value that specifies the quality of the solution.

.NET Framework Security

See Also

Reference

Report Class

Microsoft.SolverFoundation.Services Namespace