Gets the ID of this indicator.

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

Syntax

C#
string id()
Visual Basic (Declaration)
Function id As String
Visual C++
String^ id()

Return Value

string containing the ID

Remarks

This needs to be a unique identifier such as a GUID.

See Also