SolverContext.RegisteredSolvers Property

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

Get all registered plug-in solvers.

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

Syntax

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

Property Value

Type: Microsoft.SolverFoundation.Services.SolverRegistrationCollection

.NET Framework Security

See Also

Reference

SolverContext Class

Microsoft.SolverFoundation.Services Namespace