RecourseDecision.Item Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Returns the decision specified by the indexes.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
ParamArray indexes As Term() _
) As Term
public Term this[
params Term[] indexes
] { get; }
public:
property Term^ default[... array<Term^>^ indexes] {
Term^ get (... array<Term^>^ indexes);
}
member Item : Term
JScript does not support indexed properties.
Parameters
- indexes
Type: array<Microsoft.SolverFoundation.Services.Term[]
A set of decisions, formulas, goals, or constraints in a model.
Property Value
Type: Microsoft.SolverFoundation.Services.Term
The decisions, formulas, goals, or constraints in a model.
.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.