Share via


AfDataContainer.get_EdtArray Method [AX 2012]

Gets the value of the specified extended data item.

Syntax

public anytype get_EdtArray(str _name)

Run On

Called

Parameters

  • _name
    Type: str
    The name of the item.

Return Value

Type: anytype
The value of the data item of the corresponding extended array type.

Remarks

If the specified data item is present and is of type array, then this method returns its value.

If the data item is absent or has type other than array, e.g., it is a primitive type, a data container, or a data container list, then this method returns null Nothing nullptr unit a null reference (Nothing in Visual Basic) .

See Also

Reference

AfDataContainer Class