HybridLocalSearchModel.IGoalModel.Goals Property

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

Gets the goals for the search 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>
The goals for the search model.

Implements

IGoalModel.Goals

.NET Framework Security

See Also

Reference

HybridLocalSearchModel Class

Microsoft.SolverFoundation.Solvers Namespace