PartLine..::..DiscountPercentage Property

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

Syntax


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