SubmodelInstance.RecourseDecisions 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 recourse decisions 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 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>
A collection of recourse decisions that are defined in the submodel instance.

.NET Framework Security

See Also

Reference

SubmodelInstance Class

Microsoft.SolverFoundation.Services Namespace