ConstraintSystem.True Property

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

Gets the Boolean CspTerm {true}.

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

Syntax

'Declaration
Public ReadOnly Property True As CspTerm
public CspTerm True { get; }
public:
property CspTerm^ True {
    CspTerm^ get ();
}
member True : CspTerm
function get True () : CspTerm

Property Value

Type: Microsoft.SolverFoundation.Solvers.CspTerm
The Boolean CspTerm {true}.

Remarks

Use the Boolean true term as a true constant.

.NET Framework Security

See Also

Reference

ConstraintSystem Class

Microsoft.SolverFoundation.Solvers Namespace