Model.RandomParameters Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets all random parameters that are defined in a model.
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>
All the random parameters that are defined in the model.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.