adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobAgentJoin Class / ExecutionType Property


In This Topic
    ExecutionType Property (JobAgentJoin)
    In This Topic
    The mode in which the job executes on this agent
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ExecutionType As RemoteAgentOptions
    public RemoteAgentOptions ExecutionType {get;}
    public:
    property RemoteAgentOptions ExecutionType {
       RemoteAgentOptions get();
    }
    See Also