SysObsoleteAttribute.Explanation Method [AX 2012]

Retrieves the explanation associated with the obsolete attribute.

Syntax

protected str Explanation()

Run On

Called

Return Value

Type: str
The explanation string that corresponds to the obsolete attribute.

Remarks

The explanation is displayed during compilation of application code that uses classes or methods which are marked with the SysObsoleteAttribute attribute.

See Also

Reference

SysObsoleteAttribute Class