DataBindingEventArgs.Item Property (String, array<Object[])

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

Gets or sets an array of property values.

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

Syntax

'Declaration
Public Default Property Item ( _
    property As String, _
    indexes As Object() _
) As Object
public Object this[
    string property,
    Object[] indexes
] { get; set; }
public:
property Object^ default[String^ property, array<Object^>^ indexes] {
    Object^ get (String^ property, array<Object^>^ indexes);
    void set (String^ property, array<Object^>^ indexes, Object^ value);
}
member Item : Object with get, set
JScript does not support indexed properties.

Parameters

  • property
    Type: System.String
    The name of the property for which to get the values.
  • indexes
    Type: array<System.Object[]
    The indexed decisions or constraints to get or set.

Property Value

Type: System.Object
The array of property values.

Exceptions

Exception Condition
ArgumentNullException

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

.NET Framework Security

See Also

Reference

DataBindingEventArgs Class

Item Overload

Microsoft.SolverFoundation.Services Namespace