Gets or sets the rate type used to calculate the cost for this incidental.

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 incidental. The default value is NotProvided.

Remarks

This property affects how the other Rate properties are used:

See Also