IGoal.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 goal priority.

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

Remarks

Lower values represent higher priorities.

.NET Framework Security

See Also

Reference

IGoal Interface

Microsoft.SolverFoundation.Services Namespace