RowVariableModel.VariableIndices Property

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

Gets the collection of variable indexes.

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

Syntax

'Declaration
Public Overridable ReadOnly Property VariableIndices As IEnumerable(Of Integer)
public virtual IEnumerable<int> VariableIndices { get; }
public:
virtual property IEnumerable<int>^ VariableIndices {
    IEnumerable<int>^ get ();
}
abstract VariableIndices : IEnumerable<int>
override VariableIndices : IEnumerable<int>
function get VariableIndices () : IEnumerable<int>

Property Value

Type: System.Collections.Generic.IEnumerable<Int32>
The collection of variable indexes.

Implements

IRowVariableModel.VariableIndices

.NET Framework Security

See Also

Reference

RowVariableModel Class

Microsoft.SolverFoundation.Services Namespace