Line..::..QuantityOriginal Property

Namespace:  JiwaFinancials.Jiwa.JiwaPurchaseOrders
Assembly:  JiwaPurchaseOrders (in JiwaPurchaseOrders.dll)

Syntax


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