HybridLocalSearchSolver.ISolverProperties.SetProperty Method
Solver Foundation 3.0
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Sets the value of a property.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Parameters
- propertyName
- Type: System.String
The name of the property.
- vid
- Type: System.Int32
An index for the property.
- value
- Type: System.Object
The value of the property.
Implements
ISolverProperties.SetProperty(String, Int32, Object)- 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.
Show: