HybridLocalSearchModel.Goal.Enabled Property

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

Specifies whether the goal is enabled

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

Syntax

'Declaration
Public Property Enabled As Boolean
public bool Enabled { get; set; }
public:
virtual property bool Enabled {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract Enabled : bool with get, set
override Enabled : bool with get, set
final function get Enabled () : boolean
final function set Enabled (value : boolean)

Property Value

Type: System.Boolean
If the goal was enabled returns true; otherwise false.

Implements

IGoal.Enabled

.NET Framework Security

See Also

Reference

HybridLocalSearchModel.Goal Class

Microsoft.SolverFoundation.Solvers Namespace