Selerix Developer Tools
Brokers Property (Transmittal)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Transmittal Class : Brokers Property
List of Broker.
Syntax
'Declaration
 
<XmlArrayAttribute("Brokers")>
<XmlArrayItemAttribute(Type=Selerix.BusinessObjects.Broker, ElementName="Broker")>
Public Property Brokers As BrokerCollection
'Usage
 
Dim instance As Transmittal
Dim value As BrokerCollection
 
instance.Brokers = value
 
value = instance.Brokers
[XmlArray("Brokers")]
[XmlArrayItem(Type=Selerix.BusinessObjects.Broker, ElementName="Broker")]
public BrokerCollection Brokers {get; set;}
public read-write property Brokers: BrokerCollection; 
XmlArrayAttribute("Brokers")
XmlArrayItemAttribute(Type=Selerix.BusinessObjects.Broker, ElementName="Broker")
public function get,set Brokers : BrokerCollection
[XmlArray("Brokers")]
[XmlArrayItem(Type=Selerix.BusinessObjects.Broker, ElementName="Broker")]
public: __property BrokerCollection* get_Brokers();
public: __property void set_Brokers( 
   BrokerCollection* value
);
[XmlArray("Brokers")]
[XmlArrayItem(Type=Selerix.BusinessObjects.Broker, ElementName="Broker")]
public:
property BrokerCollection^ Brokers {
   BrokerCollection^ get();
   void set (    BrokerCollection^ value);
}
See Also

Reference

Transmittal Class
Transmittal Members