When the type attribute is CONSTANT, the value attribute is the constant value itself. This type is used mostly to pass static values to your Transport. For example, the trap name for a particular event in SNMP.

For Example:

<Transform eventName = "DeviceDeleteEvent">
  <Property name="ORIGINATOR" type="CONSTANT" value="NCM"/>
</Transform>