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;}
    See Also