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


In This Topic
    PropagateInheritedValue Property
    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;}
    [RequiredVersion(5, 
       0, 
       0, 
       0)]
    public:
    property bool PropagateInheritedValue {
       bool get();
       void set (    bool value);
    }
    Remarks
    When PropagateInheritedValue is true the explicitly-defined Value at this level is ignored and the inherited value is used.
    See Also