Min Price (decimal)

Namespace: CWS.Common.Lantrax
Assembly: Lantrax (in Lantrax.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also