BMXNET 4.0 Developer API

Set to True if the RootAssembly should be included in the list of displayed assemblies. False by default.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool IncludeRoot { get; set; }
Public Property IncludeRoot As Boolean
public:
property bool IncludeRoot {
	bool get ();
	void set (bool value);
}

See Also