Report.SolverType Property

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

Gets the Type value of the solver that found a solution.

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

Syntax

'Declaration
Public ReadOnly Property SolverType As Type
public Type SolverType { get; }
public:
property Type^ SolverType {
    Type^ get ();
}
member SolverType : Type
function get SolverType () : Type

Property Value

Type: System.Type
The Type value of the solver that found a solution.

.NET Framework Security

See Also

Reference

Report Class

Microsoft.SolverFoundation.Services Namespace