CompactQuasiNewtonModel.IGoalModel.Goals Property

Gets the collection of goals for a 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
    Get
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>
The collection of goals.

Implements

IGoalModel.Goals

.NET Framework Security

See Also

Reference

CompactQuasiNewtonModel Class

Microsoft.SolverFoundation.Solvers Namespace