ValuesByIndex.Item Property

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

Gets or sets the value of a specified row or variable index.

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

Syntax

'Declaration
Public Overridable Default Property Item ( _
    index As Integer _
) As Double
public virtual double this[
    int index
] { get; set; }
public:
virtual property double default[int index] {
    double get (int index);
    void set (int index, double value);
}
abstract Item : float with get, set
override Item : float with get, set
JScript does not support indexed properties.

Parameters

Property Value

Type: System.Double
The value of the specified row or variable index.

.NET Framework Security

See Also

Reference

ValuesByIndex Class

Microsoft.SolverFoundation.Services Namespace