RAssetAssessedTaxDeclaration.caption Method [AX 2012]

Retrieves the description from the current class by calling the static description method of the class, if there is one.

Syntax

public Description caption()

Run On

Client

Return Value

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

Remarks

The static description method of the RunBase class is usually used to obtain the description of a class, because a class does not have to be initialized before it can be called. This method speeds up the display of the description in a grid, for example.

See Also

Reference

RAssetAssessedTaxDeclaration Class