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

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

Syntax

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

Remarks