Creditor..::..MaximumPurchaseOrderValue Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Entities.Creditor
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


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