Selerix Developer Tools
AgentPayers Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Agent Class : AgentPayers Property
Gets or sets the agent payers.
Syntax
'Declaration
 
Public Property AgentPayers As AgentPayerCollection
'Usage
 
Dim instance As Agent
Dim value As AgentPayerCollection
 
instance.AgentPayers = value
 
value = instance.AgentPayers
public AgentPayerCollection AgentPayers {get; set;}
public read-write property AgentPayers: AgentPayerCollection; 
public function get,set AgentPayers : AgentPayerCollection
public: __property AgentPayerCollection* get_AgentPayers();
public: __property void set_AgentPayers( 
   AgentPayerCollection* value
);
public:
property AgentPayerCollection^ AgentPayers {
   AgentPayerCollection^ get();
   void set (    AgentPayerCollection^ value);
}

Property Value

The agent payers.
See Also

Reference

Agent Class
Agent Members