BMXNET 4.0 Developer API

The assembly that all references are followed from. The EntryAssembly by default.

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

Syntax

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

See Also