Model.Parameters Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets all 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 Parameters As IEnumerable(Of Parameter)
public IEnumerable<Parameter> Parameters { get; }
public:
property IEnumerable<Parameter^>^ Parameters {
IEnumerable<Parameter^>^ get ();
}
member Parameters : IEnumerable<Parameter>
function get Parameters () : IEnumerable<Parameter>
Property Value
Type: System.Collections.Generic.IEnumerable<Parameter>
All the 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.