PurchaseInvoice..::..InsuranceInc Property

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

Syntax


public decimal InsuranceInc { get; set; }
Public Property InsuranceInc As Decimal
	Get
	Set
public:
property Decimal^ InsuranceInc {
	Decimal^ get ();
	void set (Decimal^ value);
}