Gets the Keys or names of the indicators
currently held.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public ICollection<string> Keys { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Keys As ICollection(Of String) |
| Visual C++ |
|---|
public: property ICollection<String^>^ Keys { ICollection<String^>^ get (); } |