Share via


JmgConsistencyCheck::description Method [AX 2012]

Gets the description of the class.

Syntax

client server public static ClassDescription description()

Run On

ClientOrServer

Return Value

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

Examples

The following example demonstrates the use of this method.

// Show description to user info 
(JmgConsistencyCheck::description());

See Also

Reference

JmgConsistencyCheck Class