RandomParameter.Item Property

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

Returns the random parameter 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

Property Value

Type: Microsoft.SolverFoundation.Services.Term
The decisions, formulas, goals, or constraints in a model.

.NET Framework Security

See Also

Reference

RandomParameter Class

Microsoft.SolverFoundation.Services Namespace