Price of property (decimal)

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

Syntax

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

See Also