Configuration..::..IsDeserialising Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.BusinessLogic
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public bool IsDeserialising { get; set; }
Public Property IsDeserialising As Boolean
	Get
	Set
public:
property bool^ IsDeserialising {
	bool^ get ();
	void set (bool^ value);
}