BMXNET 4.0 Developer API

After set to true, every setting update will be flushed the PersistentStore if the Settings is configured with one

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool WillPersistFutureSets { get; set; }
Public Property WillPersistFutureSets As Boolean
public:
property bool WillPersistFutureSets {
	bool get ();
	void set (bool value);
}

See Also