HybridLocalSearchModel.GoalsCount Property

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

Specifies the number of goals.

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

Syntax

'Declaration
Protected ReadOnly Property GoalsCount As Integer
protected int GoalsCount { get; }
protected:
property int GoalsCount {
    int get ();
}
member GoalsCount : int
function get GoalsCount () : int

Property Value

Type: System.Int32
The number of goals.

.NET Framework Security

See Also

Reference

HybridLocalSearchModel Class

Microsoft.SolverFoundation.Solvers Namespace