Gets or sets the FAIR_MARKET_VALUE field of the COrderLine.

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public decimal FairMarketValue { get; set; }
Visual Basic
Public Property FairMarketValue As Decimal
	Get
	Set
Visual C++
public:
property Decimal FairMarketValue {
	Decimal get ();
	void set (Decimal value);
}

See Also