Gets or sets the attributes a barge must have and the current state a barge must be in to be used to fullfil this order.

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

Syntax

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

Property Value

The attributes a barge must have and the current state a barge must be in to be used to fullfil this order.

Remarks

This property should only be used if OrderType is AnyBarge.

See Also