BMXNET 4.0 Developer API

If set to True, RPMS is checked and if there was a previously set division for the user it will be used, otherwise MustResolveDivision will be set to True and the division will need to be set for the user. The default is True

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

Syntax

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

See Also