Line..::..OrderQuantity Property

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

Syntax


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