InteriorPointSolver.Parameters Property

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

Gets or sets the options for solving and reporting events.

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

Syntax

'Declaration
Public Property Parameters As InteriorPointSolverParams
public InteriorPointSolverParams Parameters { get; private set; }
public:
property InteriorPointSolverParams^ Parameters {
    InteriorPointSolverParams^ get ();
    private: void set (InteriorPointSolverParams^ value);
}
member Parameters : InteriorPointSolverParams with get, private set
function get Parameters () : InteriorPointSolverParams
private function set Parameters (value : InteriorPointSolverParams)

Property Value

Type: Microsoft.SolverFoundation.Solvers.InteriorPointSolverParams
The options for solving and reporting events.

.NET Framework Security

See Also

Reference

InteriorPointSolver Class

Microsoft.SolverFoundation.Solvers Namespace