Gets or sets the rate used to calculate the estimated cost for
this event or service.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
| C# |
|---|
public virtual RateInformation EstimatedCost { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Overridable Property EstimatedCost As RateInformation |
| Visual C++ |
|---|
public: virtual property RateInformation^ EstimatedCost { RateInformation^ get (); void set (RateInformation^ value); } |