StockTakeLine..::..QuantityFound Property

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

Syntax


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