DictMethod.parameterOptional Method [AX 2012]

Indicates whether the specified parameter of the method is optional.

public boolean parameterOptional(int variableNumber)

Run On

Called

Parameters

variableNumber
Type: int
The one-based index to the parameter list for the method.

Return Value

Type: boolean
true if the parameter is optional; otherwise, false.

Community Additions

ADD
Show: