SalesOrderLine..::..BOQuantity Property

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

Syntax


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