BMXNET 4.0 Developer API

True if a login was attempted. False if the user is presented with a LoginDialog and "Cancel" is selected. The value is changed during every login attempt cycle.

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

Syntax

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

See Also