Gets or sets the response code indicating whether the order line item was accepted or rejected.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
public virtual CicaOrderResponseCode ResponseCode { get; set; }
Visual Basic (Declaration)
Public Overridable Property ResponseCode As CicaOrderResponseCode
Visual C++
public:
virtual property CicaOrderResponseCode ResponseCode {
	CicaOrderResponseCode get ();
	void set (CicaOrderResponseCode value);
}

Property Value

The response code indicating whether the order line item was accepted or rejected. The default is Invalid.

Remarks

The ResponseCodeSpecified property indicates whether or not this property will be included in the serialized class or generated document. The ResponseCodeSpecified property is automatically set to true when this property is set.

See Also