JmgIpcLedgerEnter::description Method [AX 2012]

Gets the description of the class.

client server public static ClassDescription description()

Run On

Called

Return Value

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

The following example demonstrates the use of this method.

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