UnconstrainedNonlinearModel.TheGoal Property

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

The only goal of the model

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

Syntax

'Declaration
Public ReadOnly Property TheGoal As IGoal
public IGoal TheGoal { get; }
public:
property IGoal^ TheGoal {
    IGoal^ get ();
}
member TheGoal : IGoal
function get TheGoal () : IGoal

Property Value

Type: Microsoft.SolverFoundation.Services.IGoal

.NET Framework Security

See Also

Reference

UnconstrainedNonlinearModel Class

Microsoft.SolverFoundation.Solvers Namespace