The trigger parameter that needs to be added to the task.
The TriggerParams is a string in xml format.
The trigger parameter that needs to be added to the task.
The TriggerParams is a string in xml format.
| Visual Basic |
|---|
Public Property TriggerParams() As String |
The TriggerParams format is as follows:
"<Params>
<Param>
<Key>%key1%</Key>
<Value Type=\"type1\">%value1%</Value>
</Param>
<Param>
<Key>%key2%</Key>
<Value Type=\"type2\">%value2%</Value>
</Param>
…
</Params>"
The supported value types are: “integer”, “double”, “string”, “date” and “time”.