Inventory..::..Weight Property

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

Syntax


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