Solution.StochasticSolution Property

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

Gets the details about a stochastic solution.

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

Syntax

'Declaration
Public ReadOnly Property StochasticSolution As StochasticSolution
public StochasticSolution StochasticSolution { get; }
public:
property StochasticSolution^ StochasticSolution {
    StochasticSolution^ get ();
}
member StochasticSolution : StochasticSolution
function get StochasticSolution () : StochasticSolution

Property Value

Type: Microsoft.SolverFoundation.Services.StochasticSolution
The details about the stochastic solution.

.NET Framework Security

See Also

Reference

Solution Class

Microsoft.SolverFoundation.Services Namespace