BMXNET 4.0 Developer API

Answer true if the current Settings IsPersistent. It is possible that the Backup Settings IsPersistennt

Namespace:  IndianHealthService.BMXNet.WinForm.Configuration
Assembly:  BMXWIN40 (in BMXWIN40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool IsPersistent { get; }
Public ReadOnly Property IsPersistent As Boolean
public:
property bool IsPersistent {
	bool get ();
}

See Also