DataBindingEventArgs.Indexes Property

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

Gets a collection of indexes for all solver-level decisions that correspond to a Solver Foundation Services decision.

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

Syntax

'Declaration
Public ReadOnly Property Indexes As IEnumerable(Of Object())
public IEnumerable<Object[]> Indexes { get; }
public:
property IEnumerable<array<Object^>^>^ Indexes {
    IEnumerable<array<Object^>^>^ get ();
}
member Indexes : IEnumerable<Object[]>
function get Indexes () : IEnumerable<Object[]>

Property Value

Type: System.Collections.Generic.IEnumerable<array<Object[]>
A collection of indexes for all solver-level decisions that correspond to the Solver Foundation Services decision.

Exceptions

Exception Condition
ArgumentNullException

The collection of indexes is a null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

DataBindingEventArgs Class

Microsoft.SolverFoundation.Services Namespace