Share via


WMSShipmentLinesMove_ToLocation.caption Method [AX 2012]

Gets the description from the current class by calling the static description method on the class.

Syntax

public ClassDescription caption()

Run On

Called

Return Value

Type: ClassDescription Extended Data Type
The description from the current class.

Remarks

This method can be overridden to give a more precise description.

The static RunBase::description method is generally used to obtain the description of a class because you are not required to instantiate the class to call the method.

See Also

Reference

WMSShipmentLinesMove_ToLocation Class