BMXNET 4.0 Developer API

True if logging is currently enabled. It's recommend to turn logging off except for diagnositics.

Namespace:  IndianHealthService.BMXNet
Assembly:  BMXNET40 (in BMXNET40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
bool IsLogging { get; set; }
Property IsLogging As Boolean
property bool IsLogging {
	bool get ();
	void set (bool value);
}

See Also