Gets the collection of specific barges for this order.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public virtual Collection<Barge> SpecificBarges { get; } |
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property SpecificBarges As Collection(Of Barge) |
Visual C++ |
---|
public: virtual property Collection<Barge^>^ SpecificBarges { Collection<Barge^>^ get (); } |
Property Value
The collection of specific barges for this order.Remarks
This property should only be used if OrderType is SpecificBarge.