adTempus API
ArcanaDevelopment.adTempus.Client Namespace / RemoteAgent Class / GetInheritedVariables Method

In This Topic
    GetInheritedVariables Method (RemoteAgent)
    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
    )

    Parameters

    includeSelf
    See Also