ShipmentLine..::..QuantityThisShipment Property

Namespace:  JiwaFinancials.Jiwa.JiwaLandedCost.Entities
Assembly:  JiwaLandedCost (in JiwaLandedCost.dll)

Syntax


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