clsLineDetail..::..CostReceived Property

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

Syntax


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