LinearModel.Goals Property

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

Gets the goal collection of a linear model.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Goals As IEnumerable(Of ILinearGoal)
public virtual IEnumerable<ILinearGoal> Goals { get; }
public:
virtual property IEnumerable<ILinearGoal^>^ Goals {
    IEnumerable<ILinearGoal^>^ get ();
}
abstract Goals : IEnumerable<ILinearGoal>
override Goals : IEnumerable<ILinearGoal>
function get Goals () : IEnumerable<ILinearGoal>

Property Value

Type: System.Collections.Generic.IEnumerable<ILinearGoal>
The goal collection of the linear model.

Implements

ILinearModel.Goals

.NET Framework Security

See Also

Reference

LinearModel Class

Microsoft.SolverFoundation.Services Namespace