Share via


NumberSeqScope.getParameters Method [AX 2012]

Retrieves the parameters that define the scope.

Syntax

public container getParameters()

Run On

Called

Return Value

Type: container
A container that contains the parameters that define the scope. Each parameter is a container that contain 2 elements: the NumberSeqParameterType enumeration value that describes the parameter type, and the value of the parameter.

Remarks

The type of the value of the parameter is specific to the parameter type.

See Also

Reference

NumberSeqScope Class