Solution.Quality Property

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

Gets or sets a value that represents the quality of a solution.

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

Syntax

'Declaration
Public Property Quality As SolverQuality
public SolverQuality Quality { get; internal set; }
public:
property SolverQuality Quality {
    SolverQuality get ();
    internal: void set (SolverQuality value);
}
member Quality : SolverQuality with get, internal set
function get Quality () : SolverQuality
internal function set Quality (value : SolverQuality)

Property Value

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

.NET Framework Security

See Also

Reference

Solution Class

Microsoft.SolverFoundation.Services Namespace