Gets or sets the rate used to calculate the estimated cost for this event or service.

Namespace:  BargeEx
Assembly:  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);
}

Property Value

The rate used to calculate the estimated cost for this event or service.

See Also