Gets the collection of incidentals that are included in the estimated
cost of this event or service.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public virtual Collection<Incidental> Incidentals { get; } |
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property Incidentals As Collection(Of Incidental) |
Visual C++ |
---|
public: virtual property Collection<Incidental^>^ Incidentals { Collection<Incidental^>^ get (); } |