InteriorPointSolver.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
Public Overrides Function GetProperty ( _
    propertyName As String, _
    vid As Integer _
) As Object
public override Object GetProperty(
    string propertyName,
    int vid
)
public:
virtual Object^ GetProperty(
    String^ propertyName, 
    int vid
) override
abstract GetProperty : 
        propertyName:string * 
        vid:int -> Object 
override GetProperty : 
        propertyName:string * 
        vid:int -> Object 
public override function GetProperty(
    propertyName : String, 
    vid : int
) : Object

Parameters

Return Value

Type: System.Object
The value of the property.

Exceptions

Exception Condition
InvalidSolverPropertyException

The property does not exist.

.NET Framework Security

See Also

Reference

InteriorPointSolver Class

Microsoft.SolverFoundation.Solvers Namespace