AfDataContainerList.set_Item Method [AX 2012]
Sets the value for the specified list element.
Syntax
public void set_Item(int _index, AfDataContainer _dataContainer)
Run On
Called
Parameters
- _index
Type: int
The index of the list element whose value is to be updated.
- _dataContainer
Type: AfDataContainer Class
The new value for the specified list element.
Remarks
If the index is invalid, an error is thrown.
null Nothing nullptr unit a null reference (Nothing in Visual Basic) values are allowed.