ISolverProperties Interface
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Defines a property bag for an event handler that can be used by a solver.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Interface ISolverProperties
public interface ISolverProperties
public interface class ISolverProperties
type ISolverProperties = interface end
public interface ISolverProperties
The ISolverProperties type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetProperty | Returns the value of a property. | |
SetProperty | Sets the value of a property. |
Top