Share via


AfStronglyTypedDataContainerList.get_Item Method [AX 2012]

Retrieves the data container that is stored at the specified index in the list.

Syntax

public AfStronglyTypedDataContainer get_Item(int _index)

Run On

Called

Parameters

  • _index
    Type: int
    The Index of the list element to retrieve.

Return Value

Type: AfStronglyTypedDataContainer Class
The data container at the specified index.

Remarks

If the index is invalid, an error is thrown.

See Also

Reference

AfStronglyTypedDataContainerList Class