Selerix Developer Tools
AgentBrokers Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Agent Class : AgentBrokers Property
Gets or sets the broker associations.
Syntax
'Declaration
 
Public Overridable Property AgentBrokers As AgentBrokerCollection
'Usage
 
Dim instance As Agent
Dim value As AgentBrokerCollection
 
instance.AgentBrokers = value
 
value = instance.AgentBrokers
public virtual AgentBrokerCollection AgentBrokers {get; set;}
public read-write property AgentBrokers: AgentBrokerCollection; virtual; 
public function get,set AgentBrokers : AgentBrokerCollection
public: __property virtual AgentBrokerCollection* get_AgentBrokers();
public: __property virtual void set_AgentBrokers( 
   AgentBrokerCollection* value
);
public:
virtual property AgentBrokerCollection^ AgentBrokers {
   AgentBrokerCollection^ get();
   void set (    AgentBrokerCollection^ value);
}

Property Value

The brokers.
See Also

Reference

Agent Class
Agent Members