Gets or sets the rate type used to calculate the 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 CicaRateType RateType { get; set; }
Visual Basic (Declaration)
Public Overridable Property RateType As CicaRateType
Visual C++
public:
virtual property CicaRateType RateType {
	CicaRateType get ();
	void set (CicaRateType value);
}

Property Value

The rate type used to calculate the cost for this event or service. The default value is NotProvided.

Remarks

This property indicates the type of rate represented and indicates which of the RateInformation properties are relevant:

See Also