ImportCost..::..InvoiceNo Property

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

Syntax


public string InvoiceNo { get; set; }
Public Property InvoiceNo As String
	Get
	Set
public:
property String^ InvoiceNo {
	String^ get ();
	void set (String^ value);
}