Gets the instance of the IndicatorCollections associated with this system run.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public IndicatorCollections Indicators { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Indicators As IndicatorCollections |
| Visual C++ |
|---|
public: property IndicatorCollections^ Indicators { IndicatorCollections^ get (); } |