Gets the collection of other equipment items that are related to this line item.

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

Syntax

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

Property Value

The collection of other equipment items that are related to this line item.

See Also