BMXNET 4.0 Developer API

The LoginProcess can be modified (e.g. ConnectionSpec) after the user has OK'd the dialog but before the login attempt is made.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public LoginProcess Process { get; set; }
Public Property Process As LoginProcess
public:
property LoginProcess^ Process {
	LoginProcess^ get ();
	void set (LoginProcess^ value);
}

See Also