SolverContext.CurrentModel Property

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

Gets the model that is currently loaded in the context.

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

Syntax

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

Property Value

Type: Microsoft.SolverFoundation.Services.Model
The model that is currently loaded in the context.

.NET Framework Security

See Also

Reference

SolverContext Class

Microsoft.SolverFoundation.Services Namespace