Gets the collection of boats that are in this tow.
Namespace:
BargeExAssembly: 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 (); } |