BMXNET 4.0 Developer API

The optional flag to specify that WindowsAuthenication should be attempted.

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

Syntax

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

See Also