PropagateProperties

Program ID

MetraPipeline.PropagateProperties.1

Description

This plug-in propagates any integer property from the parent of a compound session to the children. You can propagate any number of properties.

Embed any properties you want to propagate in "property" property set tags accompanied by a Int32 type property (see configuration example below).

Required Input Properties

Property

Data Type

Description

Type

N/A

The type of property to be propagated to the child session. (As of 3.0, the input property must be Int32.)

Required Output Properties

None.

Additional Configuration Tags

You can include any integer that you want to propagate to the child session.

Configuration Example

<configdata>
  <Properties>
     
<Property>
        
<Name>_PayingAccount</Name>
        <Type>int32</Type>
     
</Property>
     <Property>
        
<Name>_IntervalID</Name>
        <Type>int32</Type>
     
</Property>
  
</Properties>
</configdata>