DictClass.staticMethodObject Method [AX 2012]
Provides information about a specified static method in a class by returning a DictMethod object.
public DictMethod staticMethodObject(int methodNumber)
Run On
CalledParameters
- methodNumber
- Type: int
An integer data type that specifies a method in a class, based on the order of the methods.
Return Value
Type: DictMethod ClassA DictMethod object that contains information about a specified method in a class.
Community Additions
ADD
Show: