adTempus API
ArcanaDevelopment.adTempus.Client Namespace / QueueAgentJoin Class / Agent Property


In This Topic
    Agent Property (QueueAgentJoin)
    In This Topic
    The RemoteAgent for this join
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property Agent As RemoteAgent
    [CanBeNull()]
    public RemoteAgent Agent {get; set;}
    [CanBeNull()]
    public:
    property RemoteAgent^ Agent {
       RemoteAgent^ get();
       void set (    RemoteAgent^ value);
    }
    See Also