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

Syntax

'Declaration
Sub SetProperty ( _
    propertyName As String, _
    vid As Integer, _
    value As Object _
)
void SetProperty(
    string propertyName,
    int vid,
    Object value
)
void SetProperty(
    String^ propertyName, 
    int vid, 
    Object^ value
)
abstract SetProperty : 
        propertyName:string * 
        vid:int * 
        value:Object -> unit 
function SetProperty(
    propertyName : String, 
    vid : int, 
    value : Object
)

Parameters

.NET Framework Security

See Also

Reference

ISolverProperties Interface

Microsoft.SolverFoundation.Services Namespace