Gets the collection of boats that are in this tow.

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

Syntax

C#
public virtual Collection<Boat> Boats { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property Boats As Collection(Of Boat)
Visual C++
public:
virtual property Collection<Boat^>^ Boats {
	Collection<Boat^>^ get ();
}

Property Value

The collection of boats that are in this tow.

See Also