adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobExecutionSettings Class / TargetAgents Property


In This Topic
    TargetAgents Property
    In This Topic
    The Agent(s) on which the job should execute
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property TargetAgents As List(Of OID)
    [NotNull()]
    public List<OID> TargetAgents {get;}
    [NotNull()]
    public:
    property List<OID^>^ TargetAgents {
       List<OID^>^ get();
    }
    Remarks
    Specify the OIDs of the RemoteAgent(s) to target, or leave empty to run on all configured agents.
    See Also