Model.RecourseDecisions Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets all recourse decisions that are defined in a model.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public ReadOnly Property RecourseDecisions As IEnumerable(Of RecourseDecision)
public IEnumerable<RecourseDecision> RecourseDecisions { get; }
public:
property IEnumerable<RecourseDecision^>^ RecourseDecisions {
IEnumerable<RecourseDecision^>^ get ();
}
member RecourseDecisions : IEnumerable<RecourseDecision>
function get RecourseDecisions () : IEnumerable<RecourseDecision>
Property Value
Type: System.Collections.Generic.IEnumerable<RecourseDecision>
All the recourse decisions 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.