adTempus API
ArcanaDevelopment.adTempus.Client Namespace / RemoteAgent Class / AllowedModes Property


In This Topic
    AllowedModes Property
    In This Topic
    The queue types supported by this agent
    Syntax
    'Declaration
     
    
    Public Property AllowedModes As Integer
    public int AllowedModes {get; set;}
    public:
    property int AllowedModes {
       int get();
       void set (    int value);
    }
    See Also