Returns an element by name or at a specified
position.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Item( _
ByVal IndexOrName As System.Object _
) As IAgCrdnCondition
|
| [C#] |
|---|
public IAgCrdnCondition this[
|
| [Managed C++] |
|---|
public: __property IAgCrdnCondition^ get_Item(
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Item(
|
| [Java] |
|---|
public IAgCrdnCondition getItem(
|
- IndexOrName