Selerix Developer Tools
Locations Property (AgentLocations)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > AgentLocations Class : Locations Property
Gets or sets the delimiter-separated list of locations.
Syntax
'Declaration
 
<XmlTextAttribute()>
Public Overridable Property Locations As String
'Usage
 
Dim instance As AgentLocations
Dim value As String
 
instance.Locations = value
 
value = instance.Locations
[XmlText()]
public virtual string Locations {get; set;}
public read-write property Locations: String; virtual; 
XmlTextAttribute()
public function get,set Locations : String
[XmlText()]
public: __property virtual string* get_Locations();
public: __property virtual void set_Locations( 
   string* value
);
[XmlText()]
public:
virtual property String^ Locations {
   String^ get();
   void set (    String^ value);
}

Property Value

The locations.
See Also

Reference

AgentLocations Class
AgentLocations Members