LinearReport.LinearModel Property

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

Gets a linear model.

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

Syntax

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

Property Value

Type: Microsoft.SolverFoundation.Services.ILinearModel
A linear model.

.NET Framework Security

See Also

Reference

LinearReport Class

Microsoft.SolverFoundation.Services Namespace