HybridLocalSearchModel.Goal.Priority Property

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

Specifies the goal priority. The lower the value, the higher the priority

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

Syntax

'Declaration
Public Property Priority As Integer
public int Priority { get; set; }
public:
virtual property int Priority {
    int get () sealed;
    void set (int value) sealed;
}
abstract Priority : int with get, set
override Priority : int with get, set
final function get Priority () : int
final function set Priority (value : int)

Property Value

Type: System.Int32
An integer that specifies the goal priority.

Implements

IGoal.Priority

.NET Framework Security

See Also

Reference

HybridLocalSearchModel.Goal Class

Microsoft.SolverFoundation.Solvers Namespace