adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobVariable Class / PropagateInheritedValue Property

In This Topic
    PropagateInheritedValue Property (JobVariable)
    In This Topic
    Determines whether the inherited value for this variable is sent to subsequent jobs in the chain.
    Syntax
    'Declaration
     
    
    <RequiredVersionAttribute(5, 
       0, 
       0, 
       0)>
    Public Property PropagateInheritedValue As Boolean
    [RequiredVersion(5, 
       0, 
       0, 
       0)]
    public bool PropagateInheritedValue {get; set;}
    Remarks
    When PropagateInheritedValue is true the explicitly-defined Value at this level is ignored and the inherited value is used.
    See Also