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


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