adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Job Class / AgentType Property


In This Topic
    AgentType Property
    In This Topic
    If the job is on an Agent, indicates the AgentType of the Queue the job belongs to
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AgentType As Integer
    public int AgentType {get;}
    public:
    property int AgentType {
       int get();
    }
    See Also