clsComponent..::..DefaultPrice Property

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

Syntax


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