Invoice..::..AlreadyInvoiced Property

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

Syntax


public bool AlreadyInvoiced { get; set; }
Public Property AlreadyInvoiced As Boolean
	Get
	Set
public:
property bool^ AlreadyInvoiced {
	bool^ get ();
	void set (bool^ value);
}