ILinearModel.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
ReadOnly Property Goals As IEnumerable(Of ILinearGoal)
IEnumerable<ILinearGoal> Goals { get; }
property IEnumerable<ILinearGoal^>^ Goals {
    IEnumerable<ILinearGoal^>^ get ();
}
abstract Goals : IEnumerable<ILinearGoal>
function get Goals () : IEnumerable<ILinearGoal>

Property Value

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

.NET Framework Security

See Also

Reference

ILinearModel Interface

Microsoft.SolverFoundation.Services Namespace