Gets the IDs for the series collections that have been created.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public List<string> Keys { get; }
Visual Basic (Declaration)
Public ReadOnly Property Keys As List(Of String)
Visual C++
public:
property List<String^>^ Keys {
	List<String^>^ get ();
}

Return Value

List containing the keys

See Also