Share via


EventType.caption Method [AX 2012]

Retrieves the description of the class by calling the static description method.

Syntax

public EventTypeDescription caption()

Run On

Called

Return Value

Type: EventTypeDescription Extended Data Type
An EventTypeDescription data type that describes the class.

Remarks

This method can be overridden.

See Also

EventType Class

EventType.description Method