CspTerm.IsBoolean Property

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

Gets a value that indicates whether a term is associated with a Boolean domain.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property IsBoolean As Boolean
public abstract bool IsBoolean { get; }
public:
virtual property bool IsBoolean {
    bool get () abstract;
}
abstract IsBoolean : bool
abstract function get IsBoolean () : boolean

Property Value

Type: System.Boolean
true if the term is associated with a Boolean domain; otherwise, false.

.NET Framework Security

See Also

Reference

CspTerm Class

Microsoft.SolverFoundation.Solvers Namespace