Gets the collection of other equipment items that are related to
this line item.
Namespace:
BargeExAssembly: 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 (); } |