ScenariosParameter Constructor (String, IEnumerable<Scenario>)

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

Initializes a new instance of the ScenariosParameter class that represents that specified scenarios.

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

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    scenarios As IEnumerable(Of Scenario) _
)
public ScenariosParameter(
    string name,
    IEnumerable<Scenario> scenarios
)
public:
ScenariosParameter(
    String^ name, 
    IEnumerable<Scenario>^ scenarios
)
new : 
        name:string * 
        scenarios:IEnumerable<Scenario> -> ScenariosParameter
public function ScenariosParameter(
    name : String, 
    scenarios : IEnumerable<Scenario>
)

Parameters

  • name
    Type: System.String
    A unique name for the parameter. If the value is nulla null reference (Nothing in Visual Basic), a unique name is generated.

.NET Framework Security

See Also

Reference

ScenariosParameter Class

ScenariosParameter Overload

Microsoft.SolverFoundation.Services Namespace