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 collection of goals for a model.

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

Syntax

'Declaration
ReadOnly Property Goals As IEnumerable(Of IGoal)
IEnumerable<IGoal> Goals { get; }
property IEnumerable<IGoal^>^ Goals {
    IEnumerable<IGoal^>^ get ();
}
abstract Goals : IEnumerable<IGoal>
function get Goals () : IEnumerable<IGoal>

Property Value

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

.NET Framework Security

See Also

Reference

IGoalModel Interface

Microsoft.SolverFoundation.Services Namespace