HybridLocalSearchSolver.ISolverProperties.GetProperty Method

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

Returns the value of a property.

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

Syntax

'Declaration
Private Function GetProperty ( _
    propertyName As String, _
    vid As Integer _
) As Object Implements ISolverProperties.GetProperty
Object ISolverProperties.GetProperty(
    string propertyName,
    int vid
)
private:
virtual Object^ GetProperty(
    String^ propertyName, 
    int vid
) sealed = ISolverProperties::GetProperty
private abstract GetProperty : 
        propertyName:string * 
        vid:int -> Object 
private override GetProperty : 
        propertyName:string * 
        vid:int -> Object 
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Object
The property value.

Implements

ISolverProperties.GetProperty(String, Int32)

.NET Framework Security

See Also

Reference

HybridLocalSearchSolver Class

Microsoft.SolverFoundation.Solvers Namespace