BMXNET 4.0 Developer API

During a LoginAttempted the LoginProcess can be Cancelled by setting Cancel to True.

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

Syntax

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

See Also