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


In This Topic
    OverriddenVariable Property
    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;}
    [RequiredVersion(5, 
       0, 
       0, 
       0)]
    public:
    property JobVariable^ OverriddenVariable {
       JobVariable^ get();
    }
    Remarks
    This property is only set when using one of the GetInheritedVariables methods. It is not saved with the variable.
    See Also