EventManager.BarFactory Property

Gets or sets the bar factory.
public BarFactory BarFactory {get; set;}
This language is not supported or no code example is available.
public:  
property BarFactory^ BarFactory { 
BarFactory^ get( ); 
void set( 
BarFactory^ value 
); 
}
This language is not supported or no code example is available.
public function get BarFactory() : BarFactory
public function set BarFactory(value : BarFactory);
This language is not supported or no code example is available.

Property Value

BarFactory

The bar factory.

In this article

Definition