The order which was updated.

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

Syntax

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

See Also