SubmodelInstance.GetParameter Method (RandomParameter)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Returns 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 Function GetParameter ( _
key As RandomParameter _
) As RandomParameter
public RandomParameter GetParameter(
RandomParameter key
)
public:
RandomParameter^ GetParameter(
RandomParameter^ key
)
member GetParameter :
key:RandomParameter -> RandomParameter
public function GetParameter(
key : RandomParameter
) : RandomParameter
Parameters
- key
Type: Microsoft.SolverFoundation.Services.RandomParameter
A random parameter object that is in the domain of the submodel instance.
Return Value
Type: Microsoft.SolverFoundation.Services.RandomParameter
A random parameter object that is in the 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.