MonitorRunOption.Add

This function adds a Monitor option Name/Value pair.

Syntax Parameters Return Value
Sub MonitorRunOption.Add( _
    Name As Variant, _
    Value As Variant)
  • Name [in]

The name of the option to set. Note that this is a quoted value.

Type: Variant

  • Value [in]

The value to set for the specified option.

Type: Variant

This function does not return a value.