ILinearGoal.Priority Property

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

Gets or sets the priority of the goal.

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

Syntax

'Declaration
Property Priority As Integer
int Priority { get; set; }
property int Priority {
    int get ();
    void set (int value);
}
abstract Priority : int with get, set
function get Priority () : int
function set Priority (value : int)

Property Value

Type: System.Int32
The priority of the goal.

Implements

IGoal.Priority

Remarks

If the priority has a low value, the priority is higher.

.NET Framework Security

See Also

Reference

ILinearGoal Interface

Priority Overload

Microsoft.SolverFoundation.Services Namespace