Gets or sets the broker interface associated with this running system.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public ISimBroker Broker { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Broker As ISimBroker |
| Visual C++ |
|---|
public: property ISimBroker^ Broker { ISimBroker^ get (); void set (ISimBroker^ value); } |