DictType.label Method [AX 2012]

Provides the label that is displayed for an extended data type or a specified array element, or the label for the extended data type that an extended data type extends.

public str label([int arrayIndex])

Run On

Called

Parameters

arrayIndex
Type: int

Return Value

Type: str
The label that is displayed for an extended data type, or the label for an array element if the arrayEntry value is provided.
When an extended data type does not have a label, this method returns the label defined for the extended data type that an extended data type extends.

The label that is returned corresponds to the Label property for an extended data type or array element in the AOT.

Community Additions

ADD
Show: