SubmodelInstance.RandomParameters Property

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

Gets a collection of random parameters that are defined in a submodel instance.

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

Syntax

'Declaration
Public ReadOnly Property RandomParameters As IEnumerable(Of RandomParameter)
public IEnumerable<RandomParameter> RandomParameters { get; }
public:
property IEnumerable<RandomParameter^>^ RandomParameters {
    IEnumerable<RandomParameter^>^ get ();
}
member RandomParameters : IEnumerable<RandomParameter>
function get RandomParameters () : IEnumerable<RandomParameter>

Property Value

Type: System.Collections.Generic.IEnumerable<RandomParameter>
A collection of random parameters that are defined in the submodel instance.

.NET Framework Security

See Also

Reference

SubmodelInstance Class

Microsoft.SolverFoundation.Services Namespace