ConstraintSolverSolution.Item Property

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

Gets the variables by one or more values.

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    variable As CspTerm _
) As Object
public Object this[
    CspTerm variable
] { get; }
public:
property Object^ default[CspTerm^ variable] {
    Object^ get (CspTerm^ variable);
}
member Item : Object
JScript does not support indexed properties.

Parameters

Property Value

Type: System.Object
The variables and functions in a CSP model.

.NET Framework Security

See Also

Reference

ConstraintSolverSolution Class

Microsoft.SolverFoundation.Solvers Namespace