Gets or sets the order number that is used for ordering the arguments when the indicator is constructed.

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

Syntax

C#
public int Order { get; set; }
Visual Basic (Declaration)
Public Property Order As Integer
Visual C++
public:
property int Order {
	int get ();
	void set (int value);
}

See Also