StochasticSolution.ScenarioCount Property

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

Gets or sets the number of independent scenarios in a problem.

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

Syntax

'Declaration
Public Property ScenarioCount As Integer
public int ScenarioCount { get; internal set; }
public:
property int ScenarioCount {
    int get ();
    internal: void set (int value);
}
member ScenarioCount : int with get, internal set
function get ScenarioCount () : int
internal function set ScenarioCount (value : int)

Property Value

Type: System.Int32
The number of independent scenarios.

Remarks

Set the ScenarioCount property to MaxValue to indicate that there are an infinite number of scenarios.

.NET Framework Security

See Also

Reference

StochasticSolution Class

Microsoft.SolverFoundation.Services Namespace