Share via


Goal.Kind Property

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

Gets the direction of the goal.

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

Syntax

'Declaration
Public ReadOnly Property Kind As GoalKind
public GoalKind Kind { get; }
public:
property GoalKind Kind {
    GoalKind get ();
}
member Kind : GoalKind
function get Kind () : GoalKind

Property Value

Type: Microsoft.SolverFoundation.Services.GoalKind
The direction of the goal to indicate minimization or maximization.

.NET Framework Security

See Also

Reference

Goal Class

Microsoft.SolverFoundation.Services Namespace