SubmodelInstance.Item Property (RandomParameter)

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

Gets a random parameter in a submodel instance that corresponds to a random parameter that is defined in the same domain.

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

Syntax

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

Parameters

Property Value

Type: Microsoft.SolverFoundation.Services.RandomParameter
A random parameter object that is in a submodel instance.

.NET Framework Security

See Also

Reference

SubmodelInstance Class

Item Overload

Microsoft.SolverFoundation.Services Namespace