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
     
    
    Public ReadOnly Property AgentProfiles As RemoteAgentCredentialProfileCollection
    public RemoteAgentCredentialProfileCollection AgentProfiles {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