'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); }