BMXNET 4.0 Developer API

Logger to be used by all BMX objects.

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

Syntax

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

See Also