adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ExecutionHistoryItem Class / ExecutionType Property


In This Topic
    ExecutionType Property (ExecutionHistoryItem)
    In This Topic
    The type of execution
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ExecutionType As ExecutionType
    public ExecutionType ExecutionType {get;}
    public:
    property ExecutionType ExecutionType {
       ExecutionType get();
    }
    See Also