Gets or sets the order type.

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

Syntax

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

Property Value

The order type. The default value is Invalid.

Remarks

Indicates whether the order is for a specific barge or barges (CicaOrderType.SpecificBarge) or is for any barge that meets the given criteria (CicaOrderType.AnyBarge).

See Also