Selerix Developer Tools
Delimiter Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > AgentLocations Class : Delimiter Property
Gets or sets the delimiter for the list of locations
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public Overridable Property Delimiter As String
'Usage
 
Dim instance As AgentLocations
Dim value As String
 
instance.Delimiter = value
 
value = instance.Delimiter
[XmlAttribute()]
[DefaultValue()]
public virtual string Delimiter {get; set;}
public read-write property Delimiter: String; virtual; 
XmlAttributeAttribute()
DefaultValueAttribute()
public function get,set Delimiter : String
[XmlAttribute()]
[DefaultValue()]
public: __property virtual string* get_Delimiter();
public: __property virtual void set_Delimiter( 
   string* value
);
[XmlAttribute()]
[DefaultValue()]
public:
virtual property String^ Delimiter {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

AgentLocations Class
AgentLocations Members