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

In This Topic
    OverriddenVariable Property (JobVariable)
    In This Topic
    The variable that this variable overrides
    Syntax
    'Declaration
     
    
    <RequiredVersionAttribute(5, 
       0, 
       0, 
       0)>
    Public ReadOnly Property OverriddenVariable As JobVariable
    [RequiredVersion(5, 
       0, 
       0, 
       0)]
    public JobVariable OverriddenVariable {get;}
    Remarks
    This property is only set when using one of the GetInheritedVariables methods. It is not saved with the variable.
    See Also