Retrieving or Changing Command to Execute (Command)

This property is available in EFT Server 5.2 and later.

Use the ICICommandActionParams interface Command property to retrieve or change the command to execute.

Signature:

HRESULT Command([out, retval] BSTR *pVal);

HRESULT Command([in] BSTR newVal);

Example:

commandParams.Command = "My_command"