ConstraintSystem.False 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 {false}.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public ReadOnly Property False As CspTerm
public CspTerm False { get; }
public:
property CspTerm^ False {
CspTerm^ get ();
}
member False : CspTerm
function get False () : CspTerm
Property Value
Type: Microsoft.SolverFoundation.Solvers.CspTerm
The Boolean CspTerm {false}.
Remarks
Use this Boolean false term as a false constant.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.