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


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