BMXNET 4.0 Developer API

The required TCP/IP port number of the RPMS BMX Broker

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

Syntax

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

See Also