Retrieving or Changing Command to Execute (Command)

icon_info.gif

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"

Related Topics

Command Action Parameters Interface (ICICommandActionParams) (including dialog box equivalents)

Retrieving or Changing Working Folder for Command (WorkingFolder)

Retrieving or Changing Parameters for Command (Parameters)