Share via


AfDataContainer.set_List Method [AX 2012]

Sets the value of the data container list.

Syntax

public void set_List(str _name, AfDataContainerList _value)

Run On

Called

Parameters

  • _name
    Type: str
    The name of the list.

Remarks

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

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

See Also

Reference

AfDataContainer Class