[Missing <summary> documentation for "P:CWS.Common.Lantrax.LantraxServiceReference.LeadInfo.MinPrice"]

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

Syntax

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

Remarks