Selerix Developer Tools
BrokerID Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > AgentBroker Class : BrokerID Property
Gets or sets the broker identifier.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Property BrokerID As String
'Usage
 
Dim instance As AgentBroker
Dim value As String
 
instance.BrokerID = value
 
value = instance.BrokerID
[XmlAttribute()]
public string BrokerID {get; set;}
public read-write property BrokerID: String; 
XmlAttributeAttribute()
public function get,set BrokerID : String
[XmlAttribute()]
public: __property string* get_BrokerID();
public: __property void set_BrokerID( 
   string* value
);
[XmlAttribute()]
public:
property String^ BrokerID {
   String^ get();
   void set (    String^ value);
}

Property Value

The broker identifier.
See Also

Reference

AgentBroker Class
AgentBroker Members