BMXNET 4.0 Developer API

A reasonable message to display to the user if the last login attempt failed.

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

Syntax

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

See Also