Error information for the order. This will be null if the order was successfully submitted.

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

Syntax

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

See Also