MemberFunction.AOTsetSource Method [AX 2012]

Sets the source code for a specified node in the AOT, such as a class or method.

public void AOTsetSource(str source, [boolean isStatic])

Run On

Called

Parameters

source
Type: str
A string that specifies the source code.
isStatic
Type: boolean
A Boolean value: true for a static method or false for an instance method; optional.

Community Additions

ADD
Show: