adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / IJobVariableContainer Interface / GetValues Method


In This Topic
    GetValues Method
    In This Topic
    Gets the variables ine the container
    Syntax
    'Declaration
     
    
    Function GetValues() As List(Of IJobVariable)
    List<IJobVariable> GetValues()
    List<IJobVariable^>^ GetValues(); 
    See Also