Share via


ValueFeasibilityKnownEventArgs.IsFeasible Property

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

Gets or sets a value that indicates whether the value of a sender object is feasible.

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

Syntax

'Declaration
Public Property IsFeasible As Boolean
public bool IsFeasible { get; set; }
public:
property bool IsFeasible {
    bool get ();
    void set (bool value);
}
member IsFeasible : bool with get, set
function get IsFeasible () : boolean
function set IsFeasible (value : boolean)

Property Value

Type: System.Boolean
true if the value of a sender object is feasible; otherwise, false.

.NET Framework Security

See Also

Reference

ValueFeasibilityKnownEventArgs Class

Microsoft.SolverFoundation.Services Namespace