ITermSolver.SupportedOperations Property

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

Gets the operations that are supported by the solver.

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

Syntax

'Declaration
ReadOnly Property SupportedOperations As IEnumerable(Of TermModelOperation)
IEnumerable<TermModelOperation> SupportedOperations { get; }
property IEnumerable<TermModelOperation>^ SupportedOperations {
    IEnumerable<TermModelOperation>^ get ();
}
abstract SupportedOperations : IEnumerable<TermModelOperation>
function get SupportedOperations () : IEnumerable<TermModelOperation>

Property Value

Type: System.Collections.Generic.IEnumerable<TermModelOperation>
The operations supported by the solver.

.NET Framework Security

See Also

Reference

ITermSolver Interface

Microsoft.SolverFoundation.Services Namespace