Report.IsStochastic Property

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

Gets a value that indicates whether a model is a stochastic model.

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

Syntax

'Declaration
Protected ReadOnly Property IsStochastic As Boolean
protected bool IsStochastic { get; }
protected:
property bool IsStochastic {
    bool get ();
}
member IsStochastic : bool
function get IsStochastic () : boolean

Property Value

Type: System.Boolean
true if the model is a stochastic model; otherwise, false.

.NET Framework Security

See Also

Reference

Report Class

Microsoft.SolverFoundation.Services Namespace