BMXNET 4.0 Developer API

True if the most recent login attempt was successful.

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

Syntax

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

See Also