property arguments

(r/w) basics::array arguments;

Typ

Zugriff

An array containing arguments to pass to the method, which must be in the same order as expected by the method to be called
var messageObj = shell.serviceManager.basics.message;
var arguments = messageObj.arguments;