FreightItem..::..NumberItems Property

Namespace:  JiwaFinancials.Jiwa.JiwaSales.SalesOrder
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


public decimal NumberItems { get; set; }
Public Property NumberItems As Decimal
	Get
	Set
public:
property Decimal^ NumberItems {
	Decimal^ get ();
	void set (Decimal^ value);
}