RowVariableGoalModel.Goals Property

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

Gets the collection of goals in 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 IGoal)
public virtual IEnumerable<IGoal> Goals { get; }
public:
virtual property IEnumerable<IGoal^>^ Goals {
    IEnumerable<IGoal^>^ get ();
}
abstract Goals : IEnumerable<IGoal>
override Goals : IEnumerable<IGoal>
function get Goals () : IEnumerable<IGoal>

Property Value

Type: System.Collections.Generic.IEnumerable<IGoal>
The collection of goals.

Implements

IGoalModel.Goals

.NET Framework Security

See Also

Reference

RowVariableGoalModel Class

Microsoft.SolverFoundation.Services Namespace