HybridLocalSearchSolver.ISolverProperties.SetProperty Method
[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)
Syntax
'Declaration
Private Sub SetProperty ( _
propertyName As String, _
vid As Integer, _
value As Object _
) Implements ISolverProperties.SetProperty
void ISolverProperties.SetProperty(
string propertyName,
int vid,
Object value
)
private:
virtual void SetProperty(
String^ propertyName,
int vid,
Object^ value
) sealed = ISolverProperties::SetProperty
private abstract SetProperty :
propertyName:string *
vid:int *
value:Object -> unit
private override SetProperty :
propertyName:string *
vid:int *
value:Object -> unit
JScript does not support explicit interface implementations.
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)
.NET Framework Security
- 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.