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
- key
Type: Microsoft.SolverFoundation.Services.RandomParameter
A random parameter object that is in the domain of a submodel instance.
Property Value
Type: Microsoft.SolverFoundation.Services.RandomParameter
A random parameter object that is in a submodel instance.
.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.