adTempus API
ArcanaDevelopment.adTempus.Client Namespace / CredentialProfile Class / AgentProfiles Property


In This Topic
    AgentProfiles Property
    In This Topic
    A collection of overrides, allowing the credential settings to be overridden for Remote Agents.
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property AgentProfiles As RemoteAgentCredentialProfileCollection
    [NotNull()]
    public RemoteAgentCredentialProfileCollection AgentProfiles {get;}
    [NotNull()]
    public:
    property RemoteAgentCredentialProfileCollection^ AgentProfiles {
       RemoteAgentCredentialProfileCollection^ get();
    }
    Remarks
    If a different user ID and/or password needs to be used for this job on a particular Remote Agent, add a RemoteAgentCredentialProfile to configure the settings for that Agent.
    See Also