Share via


Goal.Order 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 order of the goal.

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

Syntax

'Declaration
Public Property Order As Integer
public int Order { get; set; }
public:
property int Order {
    int get ();
    void set (int value);
}
member Order : int with get, set
function get Order () : int
function set Order (value : int)

Property Value

Type: System.Int32
The order of the goal, where lower numbers represent high priorities.

.NET Framework Security

See Also

Reference

Goal Class

Microsoft.SolverFoundation.Services Namespace