Gets or sets the rate used to calculate the cost for this line item.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
public virtual RateInformation RateInformation { get; set; }
Visual Basic (Declaration)
Public Overridable Property RateInformation As RateInformation
Visual C++
public:
virtual property RateInformation^ RateInformation {
	RateInformation^ get ();
	void set (RateInformation^ value);
}

Property Value

The rate used to calculate the cost for this line item.

See Also