Line..::..IsPhysical Property

Namespace:  JiwaFinancials.Jiwa.JiwaPurchaseOrders
Assembly:  JiwaPurchaseOrders (in JiwaPurchaseOrders.dll)

Syntax


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