Share via


SysDictMethod.runMode Method [AX 2012]

Specifies where a method is executed.

Syntax

public ClassRunMode runMode()

Run On

Called

Return Value

Type: ClassRunMode Enumeration
A ClassRunMode enumeration value that indicates where a method is executed.

Remarks

The following list indicates the possible values.

  • Called

  • Client

  • ClientorServer

  • Server

See Also

Reference

SysDictMethod Class