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


In This Topic
    RemoteAgent Property (LogMessage)
    In This Topic
    The remote agent this job is associated with
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property RemoteAgent As RemoteAgent
    [CanBeNull()]
    public RemoteAgent RemoteAgent {get;}
    [CanBeNull()]
    public:
    property RemoteAgent^ RemoteAgent {
       RemoteAgent^ get();
    }
    See Also