Share via


UnconstrainedNonlinearModel.IGoalModel.Goals Property

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

Returns the goal collection of this model.

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

Syntax

'Declaration
Private ReadOnly Property Goals As IEnumerable(Of IGoal)
    Implements IGoalModel.Goals
IEnumerable<IGoal> IGoalModel.Goals { get; }
private:
virtual property IEnumerable<IGoal^>^ Goals {
    IEnumerable<IGoal^>^ get () sealed = IGoalModel::Goals::get;
}
private abstract Goals : IEnumerable<IGoal>
private override Goals : IEnumerable<IGoal>
JScript does not support explicit interface implementations.

Property Value

Type: System.Collections.Generic.IEnumerable<IGoal>

Implements

IGoalModel.Goals

.NET Framework Security

See Also

Reference

UnconstrainedNonlinearModel Class

Microsoft.SolverFoundation.Solvers Namespace