ShipmentLine..::..ItemNo Property

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

Syntax


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