BMXNET 4.0 Developer API

The maximum number of RemoteSessions than can be opened

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

Syntax

         
 C#  Visual Basic  Visual C++ 
int MaxSessions { get; set; }
Property MaxSessions As Integer
property int MaxSessions {
	int get ();
	void set (int value);
}

See Also