Gets or sets the unique order ID for this order.

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

Syntax

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

See Also