Share via


AfDataContainer.set_Array Method [AX 2012]

Sets the value of the specified array.

Syntax

public void set_Array(str _name, AfArray _value)

Run On

Called

Parameters

  • _name
    Type: str
    The name of the array.

Remarks

The value must be an array, as defined by the AfDataContainerUtilities::isArrayValue method, or null Nothing nullptr unit a null reference (Nothing in Visual Basic) , as defined by the AfDataContainerUtilities::isNullDataItemValue method.

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

See Also

Reference

AfDataContainer Class