Share via


SysDictMethod.parameterOptional Method [AX 2012]

Gets a value that indicates whether a parameter is optional.

Syntax

public boolean parameterOptional(int _parameterNumber)

Run On

Called

Parameters

  • _parameterNumber
    Type: int
    The number of the parameter to reflect upon.

Return Value

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

See Also

Reference

SysDictMethod Class