DictClass.staticMethod Method [AX 2012]

Provides the name of a specified static method in a class.

public str staticMethod(int methodNumber)

Run On

Called

Parameters

methodNumber
Type: int
An integer data type that specifies a method in a class, based on the order of the methods.

Return Value

Type: str
A string data type value for the method name.

The _methodNumber parameter starts counting at 1.

Community Additions

ADD
Show: