BMXNET 4.0 Developer API

The number of login attempts before cancelling the LoginProcess. The default value is 3. This value can be modified during the AttemptingLogin and LoginAttempted events.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public int MaxAttempts { get; set; }
Public Property MaxAttempts As Integer
public:
property int MaxAttempts {
	int get ();
	void set (int value);
}

See Also