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.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Function GetProperty ( _
    propertyName As String, _
    vid As Integer _
) As Object
Object GetProperty(
    string propertyName,
    int vid
)
Object^ GetProperty(
    String^ propertyName, 
    int vid
)
abstract GetProperty : 
        propertyName:string * 
        vid:int -> Object 
function GetProperty(
    propertyName : String, 
    vid : int
) : Object

Parameters

Return Value

Type: System.Object
The property value.

.NET Framework Security

See Also

Reference

ISolverProperties Interface

Microsoft.SolverFoundation.Services Namespace