adTempus API
ArcanaDevelopment.adTempus.Client Namespace / RemoteAgentCredentialProfile Class / RemoteAgent Property


In This Topic
    RemoteAgent Property (RemoteAgentCredentialProfile)
    In This Topic
    The RemoteAgent this override applies to.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property RemoteAgent As RemoteAgent
    [CanBeNull()]
    public RemoteAgent RemoteAgent {get; set;}
    [CanBeNull()]
    public:
    property RemoteAgent^ RemoteAgent {
       RemoteAgent^ get();
       void set (    RemoteAgent^ value);
    }
    See Also