BMXNET 4.0 Developer API

The optional Namespace to use in RPMS. Will default to BMX Brokers namespace.

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

Syntax

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

See Also