adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobCondition Class / AgentMatchRule Property


In This Topic
    AgentMatchRule Property (JobCondition)
    In This Topic
    Rules for selecting target instances when the job runs on remote agents
    Syntax
    'Declaration
     
    
    Public Property AgentMatchRule As AgentMatchRule
    public AgentMatchRule AgentMatchRule {get; set;}
    public:
    property AgentMatchRule AgentMatchRule {
       AgentMatchRule get();
       void set (    AgentMatchRule value);
    }
    See Also