Line..::..QuantityDelivered Property

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

Syntax


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