PurchaseOrder..::..DisplayLines Property

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

Syntax


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