ShippingAddress..::..InsertFlag Property

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

Syntax


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