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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.