adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ResponseAction Class / Sequence Property


In This Topic
    Sequence Property
    In This Topic
    The sequence number for the action
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Sequence As Integer
    public int Sequence {get;}
    public:
    property int Sequence {
       int get();
    }
    Remarks
    The Sequence is set automatically when the action is added to the Response's Actions collection. To reorder the action you must remove it from the collection and then insert it at the desired location.
    See Also