CspTerm.Model Property

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

Gets the constraint system that a term belongs to.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property Model As ConstraintSystem
public abstract ConstraintSystem Model { get; }
public:
virtual property ConstraintSystem^ Model {
    ConstraintSystem^ get () abstract;
}
abstract Model : ConstraintSystem
abstract function get Model () : ConstraintSystem

Property Value

Type: Microsoft.SolverFoundation.Solvers.ConstraintSystem
The constraint system that a term belongs to.

.NET Framework Security

See Also

Reference

CspTerm Class

Microsoft.SolverFoundation.Solvers Namespace