SolutionMapping.Model Property

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

Gets the Solver Foundation Services model that is solved.

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

Syntax

'Declaration
Protected ReadOnly Property Model As Model
protected Model Model { get; }
protected:
property Model^ Model {
    Model^ get ();
}
member Model : Model
function get Model () : Model

Property Value

Type: Microsoft.SolverFoundation.Services.Model
The Solver Foundation Services model that is solved.

.NET Framework Security

See Also

Reference

SolutionMapping Class

Microsoft.SolverFoundation.Services Namespace