SubmodelInstance.GetParameter Method (Parameter)

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

Returns a parameter in a submodel instance that corresponds to a 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 Parameter _
) As Parameter
public Parameter GetParameter(
    Parameter key
)
public:
Parameter^ GetParameter(
    Parameter^ key
)
member GetParameter : 
        key:Parameter -> Parameter 
public function GetParameter(
    key : Parameter
) : Parameter

Parameters

Return Value

Type: Microsoft.SolverFoundation.Services.Parameter
A parameter object that is in the submodel instance.

.NET Framework Security

See Also

Reference

SubmodelInstance Class

GetParameter Overload

Microsoft.SolverFoundation.Services Namespace