Share via


AxdsmmBusRel.getLabel Method [AX 2012]

Returns the label that corresponds to the localized document name.

Syntax

public LabelString getLabel()

Run On

Server

Return Value

Type: LabelString Extended Data Type
The label that corresponds to the localized document name.

Remarks

The AxdsmmBusRel.getLabel method is an abstract method in the AxdBase class, and it must be implemented by all derived classes.

For example, the getLabel method is intended only for internal use, and it should not be called through the interface.

See Also

Reference

AxdsmmBusRel Class