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


In This Topic
    Agent Property (JobAgentJoin)
    In This Topic
    The RemoteAgent this item belongs to
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property Agent As RemoteAgent
    [NotNull()]
    public RemoteAgent Agent {get;}
    [NotNull()]
    public:
    property RemoteAgent^ Agent {
       RemoteAgent^ get();
    }
    See Also