AfStronglyTypedDataContainer.get_NewContainer Method [AX 2012]

Gets data items of the type data container.

Syntax

protected AfStronglyTypedDataContainer get_NewContainer(str _name)

Run On

Called

Parameters

  • _name
    Type: str
    The data item name.

Return Value

Type: AfStronglyTypedDataContainer Class
The value of the data item of a type data container (AfDataContainer).

Remarks

This method creates a new data container data item. If the data item already exists, the method throws an error.

See Also

Reference

AfStronglyTypedDataContainer Class