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

Implements

ISolverProperties.SetProperty(String, Int32, Object)

.NET Framework Security

See Also

Reference

HybridLocalSearchSolver Class

Microsoft.SolverFoundation.Solvers Namespace