adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Trigger Class / GetInheritedVariables Method
If true the returned collection contains both inherited variables and variables defined at this level. If false the results only include inherited variables.


In This Topic
    GetInheritedVariables Method (Trigger)
    In This Topic
    Gets a collection containing the JobVariables inherited by this object, and optionally the variables for the object itself.
    Syntax
    'Declaration
     
    
    Public Function GetInheritedVariables( _
       ByVal includeSelf As Boolean _
    ) As JobVariableCollection
    public JobVariableCollection GetInheritedVariables( 
       bool includeSelf
    )
    public:
    JobVariableCollection^ GetInheritedVariables( 
       bool includeSelf
    ) 

    Parameters

    includeSelf
    If true the returned collection contains both inherited variables and variables defined at this level. If false the results only include inherited variables.
    See Also