Share via


SysEmailBatch.caption Method [AX 2012]

Retrieves the description from the current class by calling the static description method of the class.

Syntax

public ClassDescription caption()

Run On

Server

Return Value

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

Remarks

The static RunBase::description method is typically used to obtain the description of a class because a class does not have to be initialized to call it. The SysEmailBatch.captionmethod is faster.

See Also

Reference

SysEmailBatch Class