MetraPipeline.PropagateProperties.1
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).
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.) |
None.
You can include any integer that you want to propagate to the child session.
<configdata>
<Properties>
<Property>
<Name>_PayingAccount</Name>
<Type>int32</Type>
</Property>
<Property>
<Name>_IntervalID</Name>
<Type>int32</Type>
</Property>
</Properties>
</configdata>