BMXNET 4.0 Developer API

Set HandledSucccessfully is the Handled logging was successful.

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

Syntax

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

See Also