Maintenance..::..IsDeserialising Property

Gets or sets a value indicating whether this instance is deserialising.

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);
}

Field Value

true if this instance is deserialising; otherwise, false.