Share via


SysObsoleteAttribute.parmExplanation Method [AX 2012]

Retrieves the explanation that is associated with the obsolete attribute.

Syntax

public str parmExplanation()

Run On

Called

Return Value

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

Remarks

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

See Also

Reference

SysObsoleteAttribute Class