adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Response Class / Actions Property


In This Topic
    Actions Property
    In This Topic
    The actions executed when the Response is triggered
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    <ItemNotNullAttribute()>
    Public ReadOnly Property Actions As ResponseActionCollection
    [NotNull()]
    [ItemNotNull()]
    public ResponseActionCollection Actions {get;}
    [NotNull()]
    [ItemNotNull()]
    public:
    property ResponseActionCollection^ Actions {
       ResponseActionCollection^ get();
    }
    Remarks
    When the Response is triggered all of the Actions are executed in sequence.
    See Also