SysOperationServiceController.operationReturnValue Method [AX 2012]

Gets the service return value.

Syntax

public anytype operationReturnValue()

Run On

Called

Return Value

Type: anytype
The service return value.

Remarks

Do not use this method if the service return value is void. It will not be initialized in that case.

See Also

Reference

SysOperationServiceController Class