DecisionBinding.StringFeasibleValues Property

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

Gets the feasible string values of this decision.

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

Syntax

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

Property Value

Type: System.Collections.Generic.IEnumerable<String>
An enumerable collection of strings that represents the feasible solutions for the decision.

Exceptions

Exception Condition
InvalidCastException

The domain of the decision is not enumerated.

.NET Framework Security

See Also

Reference

DecisionBinding Class

Microsoft.SolverFoundation.Services Namespace