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
- 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.