LineDetail..::..QtyTaken Property

Namespace:  JiwaFinancials.Jiwa.JiwaJobCosting.FinishedGoods
Assembly:  JiwaJobCosting (in JiwaJobCosting.dll)

Syntax


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