DataBindingEventArgs.Item Property (String)

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

Gets or sets a property by name.

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

Syntax

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

Parameters

Property Value

Type: System.Object
The property value.

.NET Framework Security

See Also

Reference

DataBindingEventArgs Class

Item Overload

Microsoft.SolverFoundation.Services Namespace