Share via


AfDataContainer.get_Item Method [AX 2012]

Gets the value of the specified data item.

Syntax

public anytype get_Item(str _name)

Run On

Called

Parameters

  • _name
    Type: str
    The name of the data item.

Return Value

Type: anytype
The value of the specified data item; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).

See Also

Reference

AfDataContainer Class