Priority..::..ResponseTime Property

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

Syntax


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