Selerix Developer Tools
AgentLocations Property






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

Property Value

The agent locations.
See Also

Reference

Agent Class
Agent Members