Selerix Developer Tools
Brokers Property (IParentDetailInfoHelper)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > IParentDetailInfoHelper Interface : Brokers Property
Gets or sets the brokers.
Syntax
'Declaration
 
Property Brokers As BrokerCollection
'Usage
 
Dim instance As IParentDetailInfoHelper
Dim value As BrokerCollection
 
instance.Brokers = value
 
value = instance.Brokers
BrokerCollection Brokers {get; set;}
read-write property Brokers: BrokerCollection; 
function get,set Brokers : BrokerCollection
__property BrokerCollection* get_Brokers();
__property void set_Brokers( 
   BrokerCollection* value
);
property BrokerCollection^ Brokers {
   BrokerCollection^ get();
   void set (    BrokerCollection^ value);
}

Property Value

The brokers.
See Also

Reference

IParentDetailInfoHelper Interface
IParentDetailInfoHelper Members