Share via


AfDataContainer.set_Container Method [AX 2012]

Sets the value of the specified container.

Syntax

public void set_Container(str _name, AfDataContainer _value)

Run On

Called

Parameters

  • _name
    Type: str
    The name of the container.

Remarks

The value must be a container, as defined by the AfDataContainerUtilities::isContainerValue method, or null Nothing nullptr unit a null reference (Nothing in Visual Basic) , as defined by the AfDataContainerUtilities::isNullContainerValue method.

Other than the value type restrictions, this method operates just like the set_Item method.

See Also

Reference

AfDataContainer Class