adTempus API
ArcanaDevelopment.adTempus.Client Namespace / VariableUpdateTask Class / SupportedResponseEvents Property


In This Topic
    SupportedResponseEvents Property (VariableUpdateTask)
    In This Topic
    Gets a list of the events that are supported for Responses associated with this task. Gets a list of the events that are supported for Responses associated with this task.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property SupportedResponseEvents As ReadOnlyCollection(Of SupportedResponseEvent)
    public override ReadOnlyCollection<SupportedResponseEvent> SupportedResponseEvents {get;}
    public:
    property ReadOnlyCollection<SupportedResponseEvent^>^ SupportedResponseEvents {
       ReadOnlyCollection<SupportedResponseEvent^>^ get() override;
    }
    See Also