BMXNET 4.0 Developer API

This string corresponds to well-known/shared EventTypes used to identify different events published and subscribed between BMX implementations using RemoteSessions.

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

Syntax

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

See Also